Skip to content

Commit 346556f

Browse files
authored
fixing custom note markdown
1 parent 69ac325 commit 346556f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/communication-services/how-tos/calling-sdk/callkit-integration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ func provider(_ provider: CXProvider, didActivate audioSession: AVAudioSession)
211211
}
212212
```
213213

214-
NOTE: In some cases CallKit doesn't call `didActivateAudioSession` even though the app has elevated audio permissions, in that case the audio will stay muted until the call back is received. And the UI has to reflect the state of the speaker and microphone. The remote participant/s in the call will see that the user has muted audio as well. User will have to manually unmute in those cases.
214+
> [!NOTE]
215+
> In some cases CallKit doesn't call `didActivateAudioSession` even though the app has elevated audio permissions, in that case the audio will stay muted until the call back is received. And the UI has to reflect the state of the speaker and microphone. The remote participant/s in the call will see that the user has muted audio as well. User will have to manually unmute in those cases.
215216
216217
## Next steps
217218
- [Learn how to manage video](./manage-video.md)

0 commit comments

Comments
 (0)