HoldResumeInfo
public struct HoldResumeInfo
Information about a hold/resume state change for a call.
Since
3.16.1-
True if the call is currently on hold, false if resumed
Since
3.16.1Declaration
Swift
public let isOnHold: Bool -
True if the hold/resume was initiated by this device, false if initiated remotely (by another device or participant)
Since
3.16.1Declaration
Swift
public let initiatedByLocal: Bool
View on GitHub
HoldResumeInfo Structure Reference