CallSettingsBuilder class
CallSettingsBuilder
is a builder class for CallSettings
.
Use this class to create an instance of CallSettings
.
Constructors
- CallSettingsBuilder.new()
-
Default constructor for
CallSettingsBuilder
.
Properties
- enableDefaultLayout ↔ bool?
-
getter/setter pair
- enableVideoTileClick ↔ bool?
-
getter/setter pair
- enableVideoTileDrag ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idleTimeoutPeriod ↔ int?
-
getter/setter pair
- listener ↔ CometChatCallsEventsListener?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setAudioOnlyCall ↔ bool?
-
getter/setter pair
- setAvatarMode ↔ AvatarModes?
-
getter/setter pair
- setDefaultAudioMode ↔ AudioModes?
-
getter/setter pair
- setMainVideoContainerSetting ↔ MainVideoContainerSetting?
-
getter/setter pair
- setMode ↔ Mode?
-
getter/setter pair
- setSingleMode ↔ bool?
-
getter/setter pair
- showAudioModeButton ↔ bool?
-
getter/setter pair
- showCallRecordButton ↔ bool?
-
getter/setter pair
- showEndCallButton ↔ bool?
-
getter/setter pair
- showMuteAudioButton ↔ bool?
-
getter/setter pair
- showPauseVideoButton ↔ bool?
-
getter/setter pair
- showSwitchCameraButton ↔ bool?
-
getter/setter pair
- showSwitchToVideoCallButton ↔ bool?
-
getter/setter pair
- startRecordingOnCallStart ↔ bool?
-
getter/setter pair
- startWithAudioMuted ↔ bool?
-
getter/setter pair
- startWithVideoMuted ↔ bool?
-
getter/setter pair
Methods
-
build(
) → CallSettings -
Builds an instance of
CallSettings
with the parameters set in this builder. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited