Broadcast Live Stream
Host your events virtually and see community interaction as it happens.
Setup & Configuration
yarn add \
@amityco/ts-sdk-react-native \
@api.video/react-native-livestreamIOS
cd ios && pod install<key>NSCameraUsageDescription</key>
<string>Your own description of the purpose</string>
<key>NSMicrophoneUsageDescription</key>
<string>Your own description of the purpose</string>Android
Broadcast a stream
Observe a broadcasting state
Last updated
Was this helpful?