-
Notifications
You must be signed in to change notification settings - Fork 2
RoomJoinedEvent
Lejla Solak edited this page Feb 10, 2025
·
5 revisions
String getId()
String getName()
List<Participants> getParticipants()
RecordingType getRecordingType()
Getter for the id
field.
none
-
String
- The value of theid
field, which represents a unique room call identifier.
Getter for the name
field.
none
-
String
- The value of thename
field, which represents the room name chosen by the room creator.
Getter for the participants
field.
none
-
List<Participant>
- The value of theparticipants
field, which represents a list of participants already present in the joined room call.
Getter for the recordingType
field.
none
-
RecordingType
- The value of therecordingType
field, which represents the recording type preference.