DirectCallUser
@objc(SBCDirectCallUser)
public class DirectCallUser : User
User class specific for direct call.
Since
1.0.0-
Shows whether the user is caller or callee.
Since
1.0.0Declaration
Swift
@objc public let role: DirectCall.UserRole -
Since
1.0.0Declaration
Swift
public override func encode(to encoder: Encoder) throws -
The hash value of
DirectCallUser.Declaration
Swift
public override var hash: Int { get } -
Returns a Boolean value that indicates whether the
DirectCallUserand a given object are equal.Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool -
Returns a copied instance of the
DirectCallUser.Declaration
Swift
public override func copy(with zone: NSZone? = nil) -> Any
View on GitHub
DirectCallUser Class Reference