NERoomUserVideoStreamSubscriber class

be responsible for subscribe/unsubscribe video (sub)stream

Constructors

NERoomUserVideoStreamSubscriber(NERoomContext roomContext, [int? _renderCacheSize])

Properties

apiLogger → Alogger
no setterinherited
commonLogger → Alogger
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
logTag String
no setterinherited
renderCacheSize int
final
roomContext NERoomContext
final
roomEventsCallback NERoomEventCallback
latefinal
rtcController NERoomRtcController
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preSubscribeVideoStream(String userId, NEVideoStreamType streamType) → void
提前订阅主流视频
preUnsubscribeVideoStream(String userId) → void
取消提前订阅主流视频
removeOwnerFromRequest(dynamic owner, String userId, bool subStream) → _RoomUserCreateRenderRequestDetail?
toString() String
A string representation of this object.
inherited

Operators

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