Skip to content

Participant

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



getState()

Description

Getter for the state field.

Arguments

  • none

Returns

  • ParticipantState - The value of the state field, which represents the state of the participant in the call.



getMedia()

Description

Getter for the media field.

Arguments

  • none

Returns

  • ParticipantMedia - The value of the media field, which represents the media the participant has in the call.



getEndpoint()

Description

Getter for the endpoint field.

Arguments

  • none

Returns

  • Endpoint - The value of the endpoint field, which represents the endpoint the participant is using to participate in the call.



isDisconnected()

Description

Getter for the disconnected field.

Arguments

  • none

Returns

  • boolean - The value of the disconnected field, which indicates whether the participant is currently disconnected in the call. The value is true if the participant is disconnected, otherwise false.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally