AgoraRTCManager class
- Available extensions
Constructors
- AgoraRTCManager(RTCEventHandler handler)
Properties
- agoraAppId ↔ String?
-
getter/setter pair
- handler → RTCEventHandler
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- options ↔ RTCOptions?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearCurrentCallInfo(
) → Future< void> -
disableAudio(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
disableLocalView(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
disableSpeaker(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
disableVideo(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
dispose(
) → void -
enableAudio(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
enableLocalView(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
enableSpeaker(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
enableVideo(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
initEngine(
) → Future< void> -
initRTC(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
joinChannel(
ChatCallKitCallType type, String token, String channel, int uid) → Future< void> -
leaveChannel(
) → Future< void> -
localView(
) → AgoraVideoView? -
Available on AgoraRTCManager, provided by the EngineActions extension
-
mute(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
releaseEngine(
) → Future< void> -
releaseRTC(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
remoteView(
int agoraUid, String channel) → AgoraVideoView? -
Available on AgoraRTCManager, provided by the EngineActions extension
-
rtcLog(
String method, ChatMessage msg) → void -
startPreview(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
stopPreview(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
switchCamera(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
-
toString(
) → String -
A string representation of this object.
inherited
-
unMute(
) → Future< void> -
Available on AgoraRTCManager, provided by the EngineActions extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited