-
Notifications
You must be signed in to change notification settings - Fork 2
ConferenceJoinedEvent
Kenan Genjac edited this page Jul 2, 2024
·
4 revisions
String getId()
String getName()
List<Participant> getParticipants()
RecordingType getRecordingType()
Returns the id of the joined conference.
none
-
String
- Represents the id of the conference that was joined, for which this event has been received.
Returns the name of the conference that was joined.
none
-
String
- Represents the name of the conference that has been joined, for which this event has been received.
Returns the list of participants already inside of the conference
none
-
List<Participant>
- Represents the list of participants already inside of the conference, for which this event has been received.
Returns the recording type with which the conference was joined.
none
-
RecordingType
- Value of therecordingType
field representing recording type preference.