WebSocketService
public struct WebSocketService : OptionSet
The WebSocketService options are used by the services property and manages the underlying socket services.
-
Declaration
Swift
public typealias RawValue = UInt
-
Declaration
Swift
public init(rawValue value: UInt)
-
Declaration
Swift
public init(nilLiteral: ())
-
Declaration
Swift
public static var allZeros: WebSocketService { get }
-
Declaration
Swift
public var rawValue: UInt { get }
-
No services.
Declaration
Swift
public static var None: WebSocketService { get }
-
Allow socket to handle VoIP.
Declaration
Swift
public static var VoIP: WebSocketService { get }
-
Allow socket to handle video.
Declaration
Swift
public static var Video: WebSocketService { get }
-
Allow socket to run in background.
Declaration
Swift
public static var Background: WebSocketService { get }
-
Allow socket to handle voice.
Declaration
Swift
public static var Voice: WebSocketService { get }