PublisherRtcStats
public struct PublisherRtcStats : Encodable
Statistics when in real time communication and you’re publishing a video to a session
-
The connectionId these stats belong to
Declaration
Swift
public var connectionId: String -
A JSON array of RTC stats reports for the subscriber’s stream.
Declaration
Swift
public var jsonArrayOfReports: String -
Default init
Declaration
Swift
public init() -
Initialize with connection and jsonArrayOfReports
Declaration
Swift
public init(connectionId: String, jsonArrayOfReports: String)
View on GitHub
Install in Dash