RoomClientRepository class

Constructors

RoomClientRepository()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
createAudioStream() Future<MediaStream>
createVideoStream({bool userScreen = false}) Future<MediaStream>
deallWithData(dynamic map) → dynamic
disableMic() Future
disableWebcam() Future<void>
enableMic() → void
enableWebcam() → void
join() → void
joinMeetingWithParams({required JoinMeetingParams params, JoinMeetingOptions? options, VoidCallback? onFail}) → dynamic
加入会议室
muteMic() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePeer(String id) → dynamic
setConsumerPreferredLayers(dynamic consumerid, dynamic s, dynamic l) → void
toString() String
A string representation of this object.
inherited
unmuteMic() Future<void>

Operators

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