UICustomization class

UI customization options for call settings.

Constructors

UICustomization({bool hideControlPanel = false, bool hideHeaderPanel = false, bool hideEndCallButton = false, bool hideMuteAudioButton = false, bool hidePauseVideoButton = false, bool hideParticipantListButton = false, bool hideLayoutToggleButton = false, bool hideCameraSourceToggleButton = false, bool hideSettings = false, bool chatButtonVisible = true, bool hideShareInviteButton = false, bool hideScreenSharingButton = false, bool hideRaiseHandButton = false, bool hideRecordingButton = false})

Properties

chatButtonVisible bool
final
hashCode int
The hash code for this object.
no setterinherited
hideCameraSourceToggleButton bool
final
hideControlPanel bool
final
hideEndCallButton bool
final
hideHeaderPanel bool
final
hideLayoutToggleButton bool
final
hideMuteAudioButton bool
final
hideParticipantListButton bool
final
hidePauseVideoButton bool
final
hideRaiseHandButton bool
final
hideRecordingButton bool
final
hideScreenSharingButton bool
final
hideSettings bool
final
hideShareInviteButton bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited