ZegoChannelService mixin

Mixin applications

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

activeAppToForeground() Future<void>
backToDesktop({bool nonRoot = false}) Future<void>
Android go to the desktop
checkAppRunning() Future<bool>
enableCustomVideoRender(bool isEnabled) Future<void>
enableHardwareDecoder(bool isEnabled) Future<void>
enableIOSPIP(String streamID, {int aspectWidth = 9, int aspectHeight = 16}) Future<void>
enableIOSPIPAuto(bool isEnabled, {int aspectWidth = 9, int aspectHeight = 16}) Future<void>
isIOSInPIP() Future<bool>
isLockScreen() Future<bool>
Android/IOS is lock screen
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onWillPop(BuildContext context) Future<bool>
'onWillPop' in Android returns true will cause the Flutter engine to be destroyed, resulting in the inability to interact between native code and Flutter code.
openAppSettings() Future<void>
打开应用设置页面 仅支持 Android 平台
requestDismissKeyguard() Future<void>
startPlayingStreamInPIP(String streamID) Future<void>
stopIOSPIP() Future<bool>
stopPlayingStreamInPIP(String streamID) Future<void>
toString() String
A string representation of this object.
inherited
updateIOSPIPSource(String streamID) Future<void>

Operators

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