CallReportMediaSummary
public struct CallReportMediaSummary : Codable
Undocumented
-
Undocumented
Declaration
Swift
public let audio: Bool? -
Undocumented
Declaration
Swift
public let video: Bool? -
Undocumented
Declaration
Swift
public let mutedMicOnStart: Bool? -
Undocumented
Declaration
Swift
public let prefetchIceCandidates: Bool? -
Undocumented
Declaration
Swift
public let forceRelayCandidate: Bool? -
Undocumented
Declaration
Swift
public let trickleIce: Bool? -
Undocumented
Declaration
Swift
public let iceServers: [CallReportIceServerSummary]? -
Undocumented
Declaration
Swift
public init( audio: Bool? = nil, video: Bool? = nil, mutedMicOnStart: Bool? = nil, prefetchIceCandidates: Bool? = nil, forceRelayCandidate: Bool? = nil, trickleIce: Bool? = nil, iceServers: [CallReportIceServerSummary]? = nil )