SdkLiveFlutterPlugin class

Constructors

SdkLiveFlutterPlugin()
factory

Properties

channel MethodChannel
read / write
confidentialWidgets Map
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
platformVersion Future<String>
read-only
pm ScreenMeetParametersManager
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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

Operators

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