Type Alias: ConferenceParticipant
ConferenceParticipant =
object
Defined in: sdk/.repo/sdk/src/types/Conference.ts:34
Represents confernece participant.
Properties
conferenceUid
conferenceUid:
string
Defined in: sdk/.repo/sdk/src/types/Conference.ts:43
Unique identifier of conference that participant is a part of.
muted
muted:
boolean
Defined in: sdk/.repo/sdk/src/types/Conference.ts:63
Indicates whether participatn is currenlty muted.
name
name:
string
Defined in: sdk/.repo/sdk/src/types/Conference.ts:53
Name of the partcipant.
number
number:
string
Defined in: sdk/.repo/sdk/src/types/Conference.ts:48
Number of the participant.
talking
talking:
boolean
Defined in: sdk/.repo/sdk/src/types/Conference.ts:58
Indicates whether participant is currently talking.
uid
uid:
string
Defined in: sdk/.repo/sdk/src/types/Conference.ts:38
Unique identifier of conference participant.