NERoomRtcVideoRecvStats

@objcMembers
public class NERoomRtcVideoRecvStats : NSObject

远端视频流的统计信息

  • 用户id,指定是哪个用户的视频流。

    Declaration

    Swift

    public var userUuid: String?
  • 当前用户id 每条流的接收下行统计信息。

    Declaration

    Swift

    public var layers: [NERoomRtcVideoLayerRecvStats]?