You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like I need to get the SeverCallId first to start recording.
In the recording sample, getServerCallId is executed using CallAgent.
However, in Call With Chat Sample, useAzureCommunicationCallWithChatAdapter is used to generate CallWithChatAdapter,
CallAgent does not appear explicitly. If I generate an Adapter using useAzureCommunicationCallWithChatAdapter, how can I get the ServerCallId?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying out group calling with the Call With Chat Sample in this library.
Now I need to record a call, and I'm trying out the ui-library-add-call-recording sample code.
https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/ui-library-add-call-recording
It seems like I need to get the SeverCallId first to start recording.
In the recording sample, getServerCallId is executed using CallAgent.
However, in Call With Chat Sample, useAzureCommunicationCallWithChatAdapter is used to generate CallWithChatAdapter,
CallAgent does not appear explicitly. If I generate an Adapter using useAzureCommunicationCallWithChatAdapter, how can I get the ServerCallId?
Beta Was this translation helpful? Give feedback.
All reactions