RCRTCStatusForm Class Reference

Inherits from NSObject
Declared in RCRTCStatusForm.h

Overview

sdk 状态统计表

  cpuUsage

cpu 使用率

@property (nonatomic, readonly) float cpuUsage

Discussion

cpu 使用率

Declared In

RCRTCStatusForm.h

  totalSendBitRate

上行码率

@property (nonatomic, readonly) float totalSendBitRate

Discussion

上行码率

Declared In

RCRTCStatusForm.h

  totalRecvBitRate

下行码率

@property (nonatomic, readonly) float totalRecvBitRate

Discussion

下行码率

Declared In

RCRTCStatusForm.h

  cpuUsageOfOS

系统 cpu 使用率

@property (nonatomic, readonly) float cpuUsageOfOS

Discussion

系统 cpu 使用率

Declared In

RCRTCStatusForm.h

  networkType

网络类型,wlan 4g

@property (nonatomic, readonly, nullable) NSString *networkType

Discussion

网络类型,wlan 4g

Declared In

RCRTCStatusForm.h

  rtt

往返时间

@property (nonatomic, readonly) NSInteger rtt

Discussion

往返时间

Declared In

RCRTCStatusForm.h

  ipAddress

ip 地址

@property (nonatomic, readonly, nullable) NSString *ipAddress

Discussion

ip 地址

Declared In

RCRTCStatusForm.h

  availableReceiveBandwidth

可接收带宽

@property (nonatomic, readonly) NSInteger availableReceiveBandwidth

Discussion

可接收带宽

Declared In

RCRTCStatusForm.h

  availableSendBandwidth

可发送带宽

@property (nonatomic, readonly) NSInteger availableSendBandwidth

Discussion

可发送带宽

Declared In

RCRTCStatusForm.h

  packetsDiscardedOnSend

发送端丢包数

@property (nonatomic, readonly) NSInteger packetsDiscardedOnSend

Discussion

发送端丢包数

Declared In

RCRTCStatusForm.h

  sendStats

上行 媒体流状态统计 数组

@property (nonatomic, readonly) NSArray<RCRTCStreamStat*> *sendStats

Discussion

上行 媒体流状态统计 数组

Declared In

RCRTCStatusForm.h

  recvStats

下行 媒体流状态统计 数组

@property (nonatomic, readonly) NSArray<RCRTCStreamStat*> *recvStats

Discussion

下行 媒体流状态统计 数组

Declared In

RCRTCStatusForm.h

+ fetchUserIdFromTrackId:

通过 trackId 查找到此 Track 所属的 UserId

+ (NSString *)fetchUserIdFromTrackId:(NSString *)trackId DEPRECATED_MSG_ATTRIBUTE ( "use RCRTCStreamStat userId property instead" )

Discussion

通过 trackId 查找到此 Track 所属的 UserId

Declared In

RCRTCStatusForm.h