Package-level declarations
Types
Link copied to clipboard
class DefaultRealtimeController(audioClientController: AudioClientController, audioClientObserver: AudioClientObserver, videoClientController: VideoClientController, videoClientObserver: VideoClientObserver) : RealtimeControllerFacade
Link copied to clipboard
interface RealtimeControllerFacade
RealtimeControllerFacade controls aspects meetings concerning realtime UX that for performance, privacy, or other reasons should be implemented using the most direct path. Callbacks generated by this interface should be consumed synchronously and without business logic dependent on the UI state where possible.
Link copied to clipboard
interface RealtimeObserver
RealtimeObserver lets one listen to real time events such a volume, signal strength, or attendee changes.
Link copied to clipboard
interface TranscriptEventObserver
TranscriptEventObserver lets one listen to TranscriptEvent events of current meeting