<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macCatalyst: 17.4.0 -",
    "visionOS: 1.1.0 -",
    "watchOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "LiveCommunicationKit",
  "identifier" : "/documentation/LiveCommunicationKit/PauseConversationAction/init(conversationUUID:isPaused:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "LiveCommunicationKit"
    ],
    "preciseIdentifier" : "s:20LiveCommunicationKit23PauseConversationActionC16conversationUUID8isPausedAC10Foundation0H0V_Sbtcfc"
  },
  "title" : "init(conversationUUID:isPaused:)"
}
-->

# init(conversationUUID:isPaused:)

Creates an action that starts or stops all audio and video streams for a conversation.

```
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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)