AVDRoomStats

Superclass:
AVDNetworkStats
Declared In:

Introduction

房间统计信息结构.

房间统计信息结构定义了房间级的网络,媒体等统计信息。



Properties

available_send_bandwidth
local_address
remote_address
transport_type

available_send_bandwidth


@property(nonatomic,
    assign,
    readonly) NSInteger available_send_bandwidth; 
Discussion

< 估计接收带宽


local_address


@property(nonatomic,
    strong,
    readonly) NSString* local_address; 
Discussion

< 估计发送带宽


remote_address


@property(nonatomic,
    strong,
    readonly) NSString* remote_address; 
Discussion

< 本地地址


transport_type


@property(nonatomic,
    strong,
    readonly) NSString* transport_type; 
Discussion

< 远端地址