MediaController class

Inheritance

Constructors

MediaController(LiveState state, ILiveService service)

Properties

beautyState BeautyState
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
linkStateObserver VoidCallback
getter/setter pair
liveService ILiveService
finalinherited
liveState LiveState
finalinherited
mediaState MediaState
getter/setter pairinherited
roomState RoomState
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatState SeatState
getter/setter pairinherited
userState UserState
getter/setter pairinherited
viewState ViewState
getter/setter pairinherited

Methods

closeBeauty() → void
closeLocalCamera() → void
destroy() → void
override
muteLocalAudio() Future<TUIActionCallback>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openLocalCamera() Future<TUIActionCallback>
openLocalMicrophone() Future<TUIActionCallback>
operateMicrophone() → void
setBeautyLevel(int level) → void
setCameraMirror() → void
setLocalVideoView(int viewId) → void
setRemoteVideoView(String userId, TUIVideoStreamType type, int viewId) → void
setRuddyLevel(int level) → void
setWhitenessLevel(int level) → void
startPlayRemoteVideo(String userId, TUIVideoStreamType type, TUIPlayCallback? playCallback) → void
switchCamera() → void
toString() String
A string representation of this object.
inherited
unMuteLocalAudio() Future<TUIActionCallback>
updateAudioQuality(TUIAudioQuality quality) → void
updateVideoQuality(TUIVideoQuality quality) → void

Operators

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

Constants

tag → const String