UserRole
@objc(SBCDirectCallUserRole)
public enum UserRole : Int, RawRepresentable
User Role of Direct Call
Cases:
- caller: The user who made the call.
- callee: The user who received the call.
Since
1.0.0
-
The user who made the call.
Since
1.0.0Declaration
Swift
case caller -
The user who received the call.
Since
1.0.0Declaration
Swift
case callee -
Since
1.0.0Declaration
Swift
public init(stringValue: String?)
View on GitHub
UserRole Enumeration Reference