AgoraLoggerEvent enum

Agora events for logging.

ロギング用のAgoraイベント。

Inheritance

Constructors

AgoraLoggerEvent()
const

Values

join → const AgoraLoggerEvent

Join Channel

ChannelへのJoin

leave → const AgoraLoggerEvent

User disengagement.

ユーザーの離脱。

updateUserInformation → const AgoraLoggerEvent

Update user information.

ユーザー情報のアップデート。

firstRemoteVideoReceived → const AgoraLoggerEvent

First frame received.

最初のフレーム受信。

startScreenCapture → const AgoraLoggerEvent

Start of screen capture.

スクリーンキャプチャーの開始。

stopScreenCapture → const AgoraLoggerEvent

Stop of screen capture.

スクリーンキャプチャーの終了。

startRecording → const AgoraLoggerEvent

Start of recording.

録画の開始。

recording → const AgoraLoggerEvent

Recording.

録画中。

stopRecording → const AgoraLoggerEvent

End of recording.

録画の終了。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

captureResourceId → const String
Resource ID for the capture.
captureSid → const String
SID for capture.
channelKey → const String
Channel key.
heightKey → const String
Screen vertical size key.
isLocalUserKey → const String
Key for being a local user or not.
recordingStatus → const String
Status during recording.
userNameKey → const String
Key for the user's name.
userNumberKey → const String
User ID key.
values → const List<AgoraLoggerEvent>
A constant List of the values in this enum, in order of their declaration.
widthKey → const String
Screen horizontal size key.