ChatThreadClient

public class ChatThreadClient

Undocumented

Properties

  • Undocumented

    Declaration

    Swift

    public let threadId: String

Initializers

  • Create a ChatThreadClient.

    Declaration

    Swift

    public init(
        endpoint: String,
        credential: CommunicationTokenCredential,
        threadId: String,
        withOptions options: AzureCommunicationChatClientOptions
    ) throws

    Parameters

    endpoint

    The Communication Services endpoint.

    credential

    The user credential.

    threadId

    The chat thread id.

    options

    Options used to configure the client.

Public Methods