React Native
Switching the camera used by a Publisher
You can have the publisher use the rear-facing camera of the device by setting a properties prop of the OTPublisher component and setting the cameraPosition property of that object to "back":
Note that you can also publish a screen-sharing stream — one in which the source is the client's screen, not a camera. For details, see Screen sharing.
Adjusting audio and video
Learn more about manipulating audio and video of Vonage Video API streams for your React Native application. Publish only video or audio, adjust the frame rate, and more.
手順
1
Introduction2
Prerequisites3
Publishing audio or video only4
Publishing in a voice-only session5
Setting the resolution and frame rate for a video6
Switching the camera used by a Publisher7
Subscribing to audio or video only8
Changing the audio level of a subscriber9
Detecting whether a stream has audio or video10
Detecting when a stream adds or removes audio or video11
Setting audio bitrate12
Reducing audio bandwidth with Opus DTX13
Applying filters to published video14
Applying a noise suppression filter to published video15
Publishing audio only for Publishers with low bandwidth16
What's next?