Skip to main content
Defined in: WAProto/index.d.ts:5832

Implements

Constructors

new CallParticipant()

new CallParticipant(p?): CallParticipant
Defined in: WAProto/index.d.ts:5833

Parameters

p?
ICallParticipant

Returns

CallParticipant

Properties

callOutcome?

optional callOutcome: null | CallOutcome
Defined in: WAProto/index.d.ts:5835

Implementation of

ICallParticipant.callOutcome

jid?

optional jid: null | string
Defined in: WAProto/index.d.ts:5834

Implementation of

ICallParticipant.jid

Methods

create()

static create(properties?): CallParticipant
Defined in: WAProto/index.d.ts:5836

Parameters

properties?
ICallParticipant

Returns

CallParticipant

decode()

static decode(r, l?): CallParticipant
Defined in: WAProto/index.d.ts:5838

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

CallParticipant

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:5837

Parameters

m
ICallParticipant
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): CallParticipant
Defined in: WAProto/index.d.ts:5839

Parameters

d

Returns

CallParticipant

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:5842

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:5841

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:5840

Parameters

m
CallParticipant
o?
IConversionOptions

Returns

object