sippo-sdk / com.quobis.sippo.sipposdk.conference.model / ConferenceError / ParticipantNotFound

ParticipantNotFound

data class ParticipantNotFound : ConferenceError

The participant can not be found.

Constructors

<init>

ParticipantNotFound(participant: String?)

The participant can not be found.

Properties

participant

val participant: String?