Contents

init(conversationUUID:handles:isVideo:)

Creates an action that starts an outgoing conversation.

Declaration

init(conversationUUID: UUID, handles: [Handle], isVideo: Bool)

Parameters

  • conversationUUID:

    The unique identifier of the conversation to start.

  • handles:

    The handles of all remote members who receive an invite to join the conversation.

  • isVideo:

    A value that specifies if the conversation contains a video stream.