Implements
Constructors
new ParticipantInfo()
new ParticipantInfo(Defined in: WAProto/index.d.ts:2371p?):ParticipantInfo
Parameters
p?
IParticipantInfo
Returns
ParticipantInfo
Properties
callResult?
Defined in: WAProto/index.d.ts:2373optionalcallResult:null|CallResult
Implementation of
IParticipantInfo.callResult
userJid?
Defined in: WAProto/index.d.ts:2372optionaluserJid:null|string
Implementation of
IParticipantInfo.userJid
Methods
create()
Defined in: WAProto/index.d.ts:2374staticcreate(properties?):ParticipantInfo
Parameters
properties?
IParticipantInfo
Returns
ParticipantInfo
decode()
Defined in: WAProto/index.d.ts:2376staticdecode(r,l?):ParticipantInfo
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
ParticipantInfo
encode()
Defined in: WAProto/index.d.ts:2375staticencode(m,w?):Writer
Parameters
m
IParticipantInfo
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:2377staticfromObject(d):ParticipantInfo
Parameters
d
Returns
ParticipantInfo
getTypeUrl()
Defined in: WAProto/index.d.ts:2380staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:2379
Returns
object
toObject()
Defined in: WAProto/index.d.ts:2378statictoObject(m,o?):object
Parameters
m
ParticipantInfo
o?
IConversionOptions
Returns
object