ContentShareStatusCode
@objc
public enum ContentShareStatusCode : Int, CustomStringConvertible
ContentShareStatusCode
indicates the reason the content share event occurred.
-
No failure.
Declaration
Swift
case ok = 0
-
This can happen when the content share video connection is in an unrecoverable failed state. Restart content share connection when this error is encountered.
Declaration
Swift
case videoServiceFailed = 1
-
Declaration
Swift
public var description: String { get }