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
To access the camera and microphone, set `NSCameraUsageDescription` and `NSMicrophoneUsageDescription` under Info.plist Values in Xcode’s Build Settings. These are required by iOS to display permission prompts. For more
106
+
information see [the Apple documentation on Info.plist](https://developer.apple.com/documentation/bundleresources/information-property-list).
111
107
112
108
See the [release notes](release-notes.md) for information on the latest version
113
109
of the SDK and for a list of known issues.
114
110
115
-
See [this document](http://tokbox.com/developer/sdks/ios/background-state.html)
111
+
See [this document](https://developer.vonage.com/en/video/client-sdks/ios/background-state)
116
112
for information on using the SDK in apps running in the background mode.
117
113
118
114
System requirements
@@ -140,13 +136,13 @@ subscribing to as many as 20 simultaneous low-resolution (200x200-pixel,
140
136
session using the Vonage Client SDK Video iOS, create a session that uses the Vonage
141
137
Media Router (a session with the media mode set to routed). See
0 commit comments