ForwardStreamInfo class
媒体流跨房间转发的目标房间的相关信息
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- roomId ↔ String
-
跨房间转发媒体流过程中目标房间 ID
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ String
-
使用转发目标房间 RoomID 和 UserID 生成的 Token
测试时可使用控制台生成临时 Token,正式上线需要使用密钥 SDK 在你的服务端生成并下发 Token。
如果 Token 无效,转发失败。getter/setter pair
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