-
Notifications
You must be signed in to change notification settings - Fork 2
RoomJoinedEvent
Kenan Genjac edited this page Jul 2, 2024
·
4 revisions
String getId()
String getName()
List<Participants> getParticipants()
RecordingType getRecordingType()
Returns the id of the joined room.
none
-
String
- Value of theid
field representing a unique room call identifier
Returns the name of the room that was joined.
none
-
String
- Value of thename
field representing a room name chosen by a room creator.
Returns the list of participants already present in the room call.
none
-
List<Participant>
- Value of theparticipants
field representing a list of participants already present in the joined room call.
Returns the recording type with which the room was joined.
none
-
RecordingType
- Value of therecordingType
field representing recording type preference.