NERtcStreamingRoomInfo class
@if Chinese 推流房间信息 @endif
- Annotations
-
- @JsonSerializable.new()
Constructors
- NERtcStreamingRoomInfo({int uid = 0, String channelName = '', String token = ''})
-
NERtcStreamingRoomInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channelName ↔ String
-
@if Chinese
房间名
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ String
-
@if Chinese
安全认证签名(NERTC Token),可以设置为:getter/setter pair - uid ↔ int
-
@if Chinese
用户的唯一标识 ID,为数字串,房间内每个用户的 uid 必须是唯一的。
此 uid 为用户在您应用中的 ID,请在您的业务服务器上自行管理并维护。 @endifgetter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited