ScreenMeetParametersManager class

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

Properties

hashCode int
The hash code for this object.
no setterinherited
kAudioEnabled String
no setter
kChallengeError String
no setter
kChallengeSolution String
no setter
kChangeVideoSourceCommand String
no setter
kCollectMetrics String
no setter
kConnectCommand String
no setter
kConnectRoomId String
no setter
kConnectUserName String
no setter
kDisconnectCommand String
no setter
kEndpoint String
no setter
kErrorCode String
no setter
kErrorText String
no setter
kFeatureCancel String
no setter
kFeatureGrantAccessCommand String
no setter
kFeatureRejectAccessCommand String
no setter
kFeatureRequestorId String
no setter
kFeatureRequestorName String
no setter
kFeatureType String
no setter
kGetLocalVideoCommand String
no setter
kGetMediaStateCommand String
no setter
kGetParticipantsCommand String
no setter
kHeight String
no setter
kId String
no setter
kLocalParticipant String
no setter
kLogLevel String
no setter
kOn String
no setter
kOrganizationKey String
no setter
kParticipantId String
no setter
kParticipantName String
no setter
kParticipants String
no setter
kRemoteControlEventFrom String
no setter
kRemoteControlEventKeyboardActionType String
no setter
kRemoteControlEventKeyboardKey String
no setter
kRemoteControlEventMouseActionType String
no setter
kRemoteControlEventTo String
no setter
kRemoteControlEventTs String
no setter
kRemoteControlEventType String
no setter
kRemoteControlEventTypeKeyboard String
no setter
kRemoteControlEventTypeMouse String
no setter
kRemoteControlEventTypeMouseX String
no setter
kRemoteControlEventTypeMouseY String
no setter
kResultStatus String
no setter
kScreenEnabled String
no setter
kSetConfidential String
no setter
kSetConfigCommand String
no setter
kShareAudioCommand String
no setter
kShareScreenCommand String
no setter
kShareScreenWithImageTransferCommand String
no setter
kShareVideoCameraType String
no setter
kShareVideoCommand String
no setter
kSolveChallenge String
no setter
kStopSharingAudioCommand String
no setter
kStopSharingVideoCommand String
no setter
kTextureId String
no setter
kUnSetConfidential String
no setter
kVideoEnabled String
no setter
kWidth String
no setter
kX String
no setter
kY String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connectError(Map map) ScreenMeetConnectError
error(Map map) ScreenMeetError
featureCancelation(Map featureDict) FeatureCancelation
featureRequest(Map featureDict) FeatureRequest
isFeatureCancel(Map featureDict) bool
isSuccess(Map map) bool
localVideo(Map params) LocalVideo
mediaState(Map params) MediaState
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
participant(Map participantDict) Participant
participants(List participantsArray) List<Participant>
rectToMap(Rect rect) Map
remoteControlEvent(Map eventDict) RemoteControlEvent
toString() String
A string representation of this object.
inherited

Operators

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