Home > borogove > Participant > (constructor)

Participant.(constructor)

Constructs a new instance of the borogove_Participant class

Signature:

protected constructor(displayName: string, photoUri: string | null, placeholderUri: string, isSelf: boolean, roles: borogove_Role[], jid: borogove_JID, chat: borogove_AvailableChat | null);

Parameters

Parameter Type Description
displayName string
photoUri string | null
placeholderUri string
isSelf boolean
roles borogove_Role[]
jid borogove_JID
chat borogove_AvailableChat | null