PlayerSessionCreationPolicy
public enum PlayerSessionCreationPolicy : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case acceptAll = "ACCEPT_ALL"
-
Undocumented
Declaration
Swift
case denyAll = "DENY_ALL"
-
Declaration
Swift
public var description: String { get }