CallAndChatLocator interface
Arguments for use in createAzureCommunicationCallWithChatAdapter to join a Call with an associated Chat thread.
Properties
call |
Locator used by createAzureCommunicationCallWithChatAdapter to locate the call to join |
chat |
Chat thread ID used by createAzureCommunicationCallWithChatAdapter to locate the chat thread to join |
Property Details
callLocator
Locator used by createAzureCommunicationCallWithChatAdapter to locate the call to join
callLocator: GroupCallLocator
Property Value
chatThreadId
Chat thread ID used by createAzureCommunicationCallWithChatAdapter to locate the chat thread to join
chatThreadId: string
Property Value
string