[iOS] teams_interop recordingFeature and transcriptionFeature is not properly reflected #383
Labels
ADO Linked
This issue has an ADO Item on our ADO.
Bug
Something isn't working
Calling
Issue involves Calling functionality.
iOS
Issues involving the iOS SDK
Teams interop
Describe the bug
A clear and concise description of what the bug is.
'AzureCommunicationCalling
version1.1.0-beta.1
is working, but there was a breaking change in2.0.0-beta.1
that we need to do some refactoring regarding the RecordingFeatureDelegate and TranscriptionFeatureDelegaterecording
andtranscription
, but the delegate method with the following code will receive these 3 events in order:recording
andtranscription
is onTo Reproduce
Steps to reproduce the behavior:
isTranscriptionActive=false
Expected behavior
A clear and concise description of what you expected to happen.
isTranscriptionActive=true
andisRecordingActive=true
, the transcription should not receive additional event saying its false when Teams have transcriptionActiveScreenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: