DefaultRealtimeController |
class DefaultRealtimeController : RealtimeControllerFacade |
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. interface RealtimeControllerFacade |
RealtimeObserver |
RealtimeObserver lets one listen to real time events such a volume, signal strength, or attendee changes. interface RealtimeObserver |
TranscriptEventObserver |
TranscriptEventObserver lets one listen to TranscriptEvent events of current meeting interface TranscriptEventObserver |