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

Group

data class Group : Callee

A conference Group.

This class contains the information about a Group participating in a conference.

Types

CREATOR

companion object CREATOR : Creator<Group>

Constructors

<init>

Group(parcel: Parcel)Group(id: String, name: String)

A conference Group.

Properties

id

val id: String

Group id.

name

val name: String

Group name.

Functions

describeContents

fun describeContents(): Int

writeToParcel

fun writeToParcel(parcel: Parcel, flags: Int): Unit

Companion Object Functions

createFromParcel

fun createFromParcel(parcel: Parcel): Group

from

fun from(group: Group): Callee

newArray

fun newArray(size: Int): Array<Group?>