Conference

interface Conference(source)

Represents a conference.

Inheritors

Properties

Link copied to clipboard

an instance of Breakouts attached to this Conference

Link copied to clipboard
abstract val messenger: Messenger

an instance of Messenger attached to this Conference

Link copied to clipboard
abstract val name: String

a display name of this Conference

Link copied to clipboard
abstract val referer: Referer

an instance of Referer attached to this Conference

Link copied to clipboard
abstract val roster: Roster

an instance of Roster attached to this Conference

Link copied to clipboard
abstract val serviceType: ServiceType
Link copied to clipboard
Link copied to clipboard
abstract val theme: Theme

an instance of Theme attached to this Conference

Link copied to clipboard

a version ID of this Conference

Functions

Link copied to clipboard

Converts this Conference to a Flow that emits ConferenceEvents.

Link copied to clipboard
abstract fun leave()

Leaves the conference. Once left, the Conference object is no longer valid.