Skip to content

RoomJoinedEvent

Kenan Genjac edited this page Jul 2, 2024 · 4 revisions



getId()

Description

Returns the id of the joined room.

Arguments

  • none

Returns

  • String - Value of the id field representing a unique room call identifier



getName()

Description

Returns the name of the room that was joined.

Arguments

  • none

Returns

  • String - Value of the name field representing a room name chosen by a room creator.



getParticipants()

Description

Returns the list of participants already present in the room call.

Arguments

  • none

Returns

  • List<Participant> - Value of the participants field representing a list of participants already present in the joined room call.



getRecordingType()

Description

Returns the recording type with which the room was joined.

Arguments

  • none

Returns

  • RecordingType - Value of the recordingType field representing recording type preference.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally