Skip to content

RoomJoinedEvent

Lejla Solak edited this page Feb 10, 2025 · 5 revisions



getId()

Description

Getter for the id field.

Arguments

  • none

Returns

  • String - The value of the id field, which represents a unique room call identifier.



getName()

Description

Getter for the name field.

Arguments

  • none

Returns

  • String - The value of the name field, which represents the room name chosen by the room creator.



getParticipants()

Description

Getter for the participants field.

Arguments

  • none

Returns

  • List<Participant> - The value of the participants field, which represents a list of participants already present in the joined room call.



getRecordingType()

Description

Getter for the recordingType field.

Arguments

  • none

Returns

  • RecordingType - The value of the recordingType field, which represents the recording type preference.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally