init(call:muted:)
Initializes a new action for a call identified by a given UUID, as well as whether the call is muted.
Declaration
convenience init(call callUUID: UUID, muted: Bool)Parameters
- callUUID:
The unique identifier for the associated Cxcall object of the action.
- muted:
Whether the call is muted.
Return Value
A new action for the specified call UUID and whether the call is muted.