ProductCapability
public struct ProductCapability
This struct represents the product capabilities for the logged in user.
Since
3.10.1-
Returns true if messaging is supported else false
Declaration
Swift
public private(set) var isMessagingSupported: Bool { get }
-
Returns true if calling is supported else false
Declaration
Swift
public private(set) var isCallingSupported: Bool { get }
-
Returns true if meeting is supported else false
Declaration
Swift
public private(set) var isMeetingSupported: Bool { get }