SdkLiveFlutterPlugin class
Methods
-
attachConfidentialWidget(String id, RectGetter getter)
→ void
-
-
changeVideoSource()
→ Future<Map>
-
-
connect(String roomId, String userName)
→ Future<Either<ScreenMeetError, bool>>
-
-
disconnect()
→ Future<Either<ScreenMeetError, bool>>
-
-
emitBounds()
→ void
-
-
getLocalMediaState()
→ Future<Either<ScreenMeetError, MediaState>>
-
-
getLocalVideo()
→ Future<Either<ScreenMeetError, LocalVideo>>
-
-
getParticipants()
→ Future<Either<ScreenMeetError, List<Participant>>>
-
-
handle(MethodCall call)
→ Future<void>
-
-
init()
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
setConfidential(String id, double x, double y, double width, double height)
→ void
-
-
shareAudio()
→ Future<Either<ScreenMeetError, bool>>
-
-
shareScreen()
→ Future<Map>
-
-
shareVideo(String cameraType)
→ Future<Either<ScreenMeetError, bool>>
-
-
stopAudioSharing()
→ Future<Either<ScreenMeetError, bool>>
-
-
stopVideoSharing()
→ Future<Either<ScreenMeetError, bool>>
-
-
toString()
→ String
-
A string representation of this object. [...]
inherited
-
unsetConfidential(String id)
→ void
-