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
Describe the bug
While a meeting is active and transcription is active, a user will leave the meeting (not the user who starts the Transcription) and the OnIsTranscriptionActiveChangedListener will fire and callTranscriptionFeature.isTranscriptionActive() will be false
To Reproduce
Create a meeting with MS Teams Clients and Droid/iOS Calling client:
With all clients currently in meeting, MS Teams Client user starts recording transcription
Transcription active notification fires on all clients
User leaves meeting (not the user who started transcription)
On Droid/iOS Calling client: OnIsTranscriptionActiveChangedListener will fire and callTranscriptionFeature.isTranscriptionActive() will be false
Meeting continues and transcript is still active from the perspective of the MS Teams Clients and the meeting in progress
Expected behavior
Either OnIsTranscriptionActiveChangedListener does not fire at all when a user leaves a meeting, or it fires twice with the last OnIsTranscriptionActiveChangedListener indicating that the transcript is still active.
Describe the bug
While a meeting is active and transcription is active, a user will leave the meeting (not the user who starts the Transcription) and the
OnIsTranscriptionActiveChangedListener
will fire andcallTranscriptionFeature.isTranscriptionActive()
will befalse
To Reproduce
Create a meeting with MS Teams Clients and Droid/iOS Calling client:
OnIsTranscriptionActiveChangedListener
will fire andcallTranscriptionFeature.isTranscriptionActive()
will befalse
Expected behavior
Either
OnIsTranscriptionActiveChangedListener
does not fire at all when a user leaves a meeting, or it fires twice with the lastOnIsTranscriptionActiveChangedListener
indicating that the transcript is still active.Desktop :
Smartphone :
Additional context
This only happens when Transcript is Active. If meeting is being Recorded, the iOS/Droid clients do not experience the issue.
Used for the implementation
https://docs.microsoft.com/en-us/azure/communication-services/how-tos/calling-sdk/call-transcription
The text was updated successfully, but these errors were encountered: