VideoInfo
public class VideoInfo : CMVideoInfo
Information about one of the Participant’s video sources
-
Declaration
Swift
public var streamId: String { get }
-
Declaration
Swift
public var site: String { get }
-
Declaration
Swift
public var name: String { get }
-
Declaration
Swift
public var codecName: String { get }
-
Declaration
Swift
public var local: Bool { get }
-
Declaration
Swift
public var active: Bool { get }
-
Declaration
Swift
public var ptzStatus: Bool { get }
-
Declaration
Swift
public var layout: UInt32 { get }
-
Declaration
Swift
public var width: UInt32 { get }
-
Declaration
Swift
public var height: UInt32 { get }
-
Declaration
Swift
public var isScreenShare: Bool { get }
-
Declaration
Swift
public var videoView: VideoView? { get }