TRTCPublishTarget class

Configure the publication target for the TRTC stream

Constructors

TRTCPublishTarget()

Properties

cdnUrlList List<TRTCPublishCdnUrl>
The destination URLs (RTMP) when you publish to Tencent Cloud or third-party CDNs.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mixStreamIdentity TRTCUser
The information of the robot that publishes the transcoded stream to a TRTC room.
getter/setter pair
mode TRTCPublishMode
Description: The publishing mode.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cdnUrlListToJson() List<Map<String, dynamic>>
Convert cdnUrlList to Json format
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert the current object to JSON.
toString() String
A string representation of this object.
inherited

Operators

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