VideoTileState
@objcMembers
public class VideoTileState : NSObject
VideoTileState
encapsulates the state of a VideoTile
.
-
Unique Id associated with this tile
Declaration
Swift
public let tileId: Int
-
Id of the user associated with this tile
Declaration
Swift
public let attendeeId: String
-
Width of video stream content
Declaration
Swift
public var videoStreamContentWidth: Int
-
Height of video stream content
Declaration
Swift
public var videoStreamContentHeight: Int
-
Current pause state of this tile
Declaration
Swift
public var pauseState: VideoPauseState
-
Whether tile is local or remote tile
Declaration
Swift
public let isLocalTile: Bool
-
Whether this is screen share
Declaration
Swift
public let isContent: Bool
-
Declaration
Swift
public init(tileId: Int, attendeeId: String, videoStreamContentWidth: Int, videoStreamContentHeight: Int, pauseState: VideoPauseState, isLocalTile: Bool)