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
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/video-calling/video-calling-ios.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,7 @@ AVAudioSession.sharedInstance().requestRecordPermission { (granted) in
303
303
304
304
### Configure audio session
305
305
306
-
You use an AVAudioSession object to configure your app’s audio session. Here is an example of enabling bluetooth audio device for your app:
306
+
You use an `AVAudioSession` object to configure your app’s audio session. Here is an example of enabling bluetooth audio device for your app:
0 commit comments