Callee

interface Callee : Parcelable

A conference Callee.

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
abstract val displayName: String?
Link copied to clipboard
abstract val id: String

Callee identifier.

Link copied to clipboard
abstract val name: String

Callee name.

Inheritors

Link copied to clipboard
Link copied to clipboard