EnxSetting class
- Mixed-in types
Properties
-
bottomList
↔ Set<
BottomOption> -
getter/setter pair
-
broadcastStream
→ StreamController<
Map< String, dynamic> ?> -
final
- containers ↔ bool
-
getter/setter pair
-
enxRequiredList
↔ Set<
EnxRequiredEventsOption> -
getter/setter pair
-
extraButtons
→ Set<
Widget> -
final
- getClientId ↔ String
-
getter/setter pair
- groupName ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasListeners → bool
-
Whether any listeners are currently registered.
no setterinherited
- isAudio ↔ bool
-
getter/setter pair
- isAudioMute ↔ bool
-
getter/setter pair
- isAudioOnlyCalls ↔ bool
-
getter/setter pair
- isAudioSwitch ↔ bool
-
getter/setter pair
- isCameraSwitch ↔ bool
-
getter/setter pair
- isChat ↔ bool
-
getter/setter pair
- isConfirmation ↔ bool
-
getter/setter pair
- isDisconnect ↔ bool
-
getter/setter pair
- isFontCamera ↔ bool
-
getter/setter pair
- isLiveStreamingRunning ↔ bool
-
getter/setter pair
- isRTMPStartAfterJoin ↔ bool
-
getter/setter pair
- isStart ↔ bool
-
getter/setter pair
- isUserAwaited ↔ bool
-
getter/setter pair
- isVideo ↔ bool
-
getter/setter pair
- isVideoMute ↔ bool
-
getter/setter pair
- joinText ↔ String
-
getter/setter pair
-
liveStreamInfo
↔ Map<
String, dynamic> -
getter/setter pair
-
getter/setter pair
- optionsData ↔ Map
-
getter/setter pair
-
participantListOption
↔ Set<
ParticipantListOption> -
getter/setter pair
-
participantsLists
↔ List<
Map< String, dynamic> > -
getter/setter pair
- roomMode ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showGoLiveIndicator ↔ bool
-
getter/setter pair
-
topList
↔ Set<
TopOption> -
getter/setter pair
- urlDetails ↔ String
-
getter/setter pair
- userRole ↔ String
-
getter/setter pair
- visualBuilder ↔ Map
-
getter/setter pair
Methods
-
addListener(
VoidCallback listener) → void -
Register a closure to be called when the object changes.
inherited
-
closeChatPage(
) → dynamic -
configureParticipantList(
ParticipantListOption btn) → dynamic -
configureRequiredEventList(
Set< EnxRequiredEventsOption> btn) → dynamic -
createExtraButton(
List< Widget> btn) → dynamic -
disconnectRoom(
) → dynamic -
dispose(
) → void -
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
inherited
-
getCurrentRole(
) → String -
getEmbedSetting(
{required String embedUrl}) → void -
getEnxRequiredEventList(
) → Set< EnxRequiredEventsOption> -
getExtraButtons(
) → Set< Widget> -
getisUserAwaited(
) → bool -
getMenuOptionList(
) → Set< MenuOption> -
getParticipantOptionList(
) → Set< ParticipantListOption> -
getParticipantsList(
) → List< Map< String, dynamic> > -
getRoomMode(
) → String -
getSelfClientId(
String id) → dynamic -
getTopOptionList(
) → Set< TopOption> -
isAudioOnlyCall(
bool isEnable) → dynamic -
isPreScreening(
bool isEnable) → dynamic -
isShowGoLiveIndicator(
bool isStart) → dynamic -
joinAsAudioMute(
bool isEnable) → dynamic -
joinAsVideoMute(
bool isEnable) → dynamic -
liveStreamingInformation(
Map< String, dynamic> streamInfo) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
Call all the registered listeners.
inherited
-
removeListener(
VoidCallback listener) → void -
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
-
sendUserData(
EnxSendUserDataModel userDataModel) → dynamic -
setCameraPosition(
bool isFontCamera) → dynamic -
setGroupName(
String grpName) → dynamic -
setJoinText(
String jointext) → dynamic -
setParticipantList(
List< UserModel> participantList) → dynamic -
setRTMPCustomUrlDetails(
String url) → dynamic -
startLiveStreamingAfterJoin(
bool isStart) → dynamic -
startStreaming(
Map< String, dynamic> streamInfo) → dynamic -
stopStreaming(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → EnxSetting
-
no setter