init(conversationUUID:isPaused:)
Creates an action that starts or stops all audio and video streams for a conversation.
Declaration
init(conversationUUID: UUID, isPaused: Bool)Parameters
- conversationUUID:
The unique identifier of the ongoing conversation.
- isPaused:
A value that specifies whether to start or stop all audio or video streams for a conversation.