ScreenMeetParametersManager class Null safety
Contains all the string constants to convert from native SDK objects into flutter objects
Normally this class is only used by ScreenMeetPlugin internally, however some parts of it may be helpful for some general tasks
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- kAudioEnabled → String
-
final
- kChangeVideoSourceCommand → String
-
final
- kConnectCommand → String
-
final
- kConnectRoomId → String
-
final
- kConnectUserName → String
-
final
- kDisconnectCommand → String
-
final
- kErrorCode → String
-
final
- kErrorText → String
-
final
- kGetLocalVideoCommand → String
-
final
- kGetMediaStateCommand → String
-
final
- kGetParticipantsCommand → String
-
final
- kLocalParticipant → String
-
final
- kOn → String
-
final
- kParticipantId → String
-
final
- kParticipantName → String
-
final
- kParticipants → String
-
final
- kResultStatus → String
-
final
- kScreenEnabled → String
-
final
- kSetConfidential → String
-
final
-
final
-
final
-
final
-
final
- kStopSharingAudioCommand → String
-
final
- kStopSharingVideoCommand → String
-
final
- kTextureId → String
-
final
- kUnSetConfidential → String
-
final
- kVideoEnabled → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
error(
Map map) → ScreenMeetError -
isSuccess(
Map map) → bool -
localVideo(
Map params) → LocalVideo -
mediaState(
Map params) → MediaState -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
participant(
Map participantDict) → Participant -
participants(
List participantsArray) → List< Participant> -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited