RCRTCStatusForm Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | RCRTCStatusForm.h |
cpuUsage
cpu 使用率
@property (nonatomic, readonly) float cpuUsageDiscussion
cpu 使用率
Declared In
RCRTCStatusForm.h
totalSendBitRate
上行码率
@property (nonatomic, readonly) float totalSendBitRateDiscussion
上行码率
Declared In
RCRTCStatusForm.h
totalRecvBitRate
下行码率
@property (nonatomic, readonly) float totalRecvBitRateDiscussion
下行码率
Declared In
RCRTCStatusForm.h
cpuUsageOfOS
系统 cpu 使用率
@property (nonatomic, readonly) float cpuUsageOfOSDiscussion
系统 cpu 使用率
Declared In
RCRTCStatusForm.h
networkType
网络类型,wlan 4g
@property (nonatomic, readonly, nullable) NSString *networkTypeDiscussion
网络类型,wlan 4g
Declared In
RCRTCStatusForm.h
rtt
往返时间
@property (nonatomic, readonly) NSInteger rttDiscussion
往返时间
Declared In
RCRTCStatusForm.h
ipAddress
ip 地址
@property (nonatomic, readonly, nullable) NSString *ipAddressDiscussion
ip 地址
Declared In
RCRTCStatusForm.h
availableReceiveBandwidth
可接收带宽
@property (nonatomic, readonly) NSInteger availableReceiveBandwidthDiscussion
可接收带宽
Declared In
RCRTCStatusForm.h
availableSendBandwidth
可发送带宽
@property (nonatomic, readonly) NSInteger availableSendBandwidthDiscussion
可发送带宽
Declared In
RCRTCStatusForm.h
packetsDiscardedOnSend
发送端丢包数
@property (nonatomic, readonly) NSInteger packetsDiscardedOnSendDiscussion
发送端丢包数
Declared In
RCRTCStatusForm.h
sendStats
上行 媒体流状态统计 数组
@property (nonatomic, readonly) NSArray<RCRTCStreamStat*> *sendStatsDiscussion
上行 媒体流状态统计 数组
Declared In
RCRTCStatusForm.h
recvStats
下行 媒体流状态统计 数组
@property (nonatomic, readonly) NSArray<RCRTCStreamStat*> *recvStatsDiscussion
下行 媒体流状态统计 数组
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