CallAppBarView
UI component designed to show a app bar. By default will contain a back button, title and a participants button to view all participants and invite new ones.
Properties
Inherited properties
Functions
Notifies that the orientation has changed.
Invoked when the state has changed and the UI needs to be updated accordingly.
Sets custom center content view. It must implement CallAppBarContent interface. The current mode is propagated to the contentView in the CallAppBarView.renderState function.
Sets custom center content view. It must implement CallAppBarContent interface. The current mode is propagated to the contentView in the CallAppBarView.renderState function.
Sets custom center content view. It must implement CallAppBarContent interface. The current mode is propagated to the contentView in the CallAppBarView.renderState function.
Inherited functions
Binds CallView with CallViewModel, updating the view's state based on data provided by the ViewModel, and propagating view events to the ViewModel as needed.
Used to start a job for this screen. The started job will be added to the runningJobs list so we can clean them up when not needed any more.
Stops and clears all of the currently running jobs.