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

Callee

interface Callee : Parcelable

A conference Callee.

This interface groups all the participant types that can be invited to a conference.

Properties

id

abstract val id: String

Callee identifier.

name

abstract val name: String

Callee name.

Inheritors

Group

data class Group : Callee

A conference Group.

Participant

sealed class Participant : Callee

A conference Participant.