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

Implements

Constructors

new ParticipantInfo()

new ParticipantInfo(p?): ParticipantInfo
Defined in: WAProto/index.d.ts:2371

Parameters

p?
IParticipantInfo

Returns

ParticipantInfo

Properties

callResult?

optional callResult: null | CallResult
Defined in: WAProto/index.d.ts:2373

Implementation of

IParticipantInfo.callResult

userJid?

optional userJid: null | string
Defined in: WAProto/index.d.ts:2372

Implementation of

IParticipantInfo.userJid

Methods

create()

static create(properties?): ParticipantInfo
Defined in: WAProto/index.d.ts:2374

Parameters

properties?
IParticipantInfo

Returns

ParticipantInfo

decode()

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

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

ParticipantInfo

encode()

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

Parameters

m
IParticipantInfo
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): ParticipantInfo
Defined in: WAProto/index.d.ts:2377

Parameters

d

Returns

ParticipantInfo

getTypeUrl()

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

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

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

Returns

object

toObject()

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

Parameters

m
ParticipantInfo
o?
IConversionOptions

Returns

object