State

enum State : Enum<CallMembership.State>

The enumeration of the status of the person in the membership.

Since

0.1

Entries

Link copied to clipboard

The person status is unknown.

Link copied to clipboard

The person is idle w/o any call.

Link copied to clipboard

The person has been notified about the call.

Link copied to clipboard

The person has joined the call.

Link copied to clipboard

The person has left the call.

Link copied to clipboard

The person has declined the call.

Link copied to clipboard

The person is waiting in the lobby about the call.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int