ParticipantNotification

The ParticipantNotification model gathers information about conference participants mentioned in notifications. In includes participant's ID, status, and additional information.

Available in the package com.voxeet.sdk.models.ParticipantNotification.

Methods

getId

getId(): String

Gets the Voxeet identifier of the specific conference participant. The ID is provided and managed by the SDK.

Returns: @Nullable String - possibly a null value.


getInfo

getInfo(): ParticipantInfo

Gets information about the current participant.

Returns: @Nullable ParticipantInfo - displayed information.


getStatus

getStatus(): ConferenceParticipantStatus

Gets the current status.

Returns: @NonNull ConferenceParticipantStatus - the instance of the valid status.