sippo-sdk / com.quobis.sippo.sipposdk.common / Participant

Participant

sealed class Participant : Callee

A conference Participant.

This class contains the information about one specific type of participant in a conference.

Types

Pstn

data class Pstn : Participant

A participant from pstn.

User

data class User : Participant

A participant who exists in the server.

Properties

id

abstract val id: String

Participant id.

name

abstract val name: String

Participant name.

Companion Object Functions

from

fun from(user: User): Callee

Inheritors

Pstn

data class Pstn : Participant

A participant from pstn.

User

data class User : Participant

A participant who exists in the server.