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
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
Hello,
I have been building video chatting app using react native.
Problem : iOS Version
<Publisher
sessionId={sessionId}
onPublishStart={() => { console.log('started')}}
onPublishStop={() => { console.log('Streaming Stopped')}}
onPublishError={() => { console.log('Streaming Error')}}
style={styles.publisher}
ref={ref => {
this.ref = ref;
}}
/>
<Subscriber
sessionId={sessionId}
onSubscribeStart={() => { console.log('Watching started')}}
onSubscribeStop={() => { console.log('Watching started')}}
onSubscribeError={() => { console.log('Watching started')}}
style={{backgroundColor: 'black',height:height/2, width: width }}
ref={ref => {
this.ref = ref;
}}
/>
I can't check anything. don't request camera and microphone permission.
I set Privacy - Camera Usage and microphone already.
Possible Unhandled Promise Rejection (id: 0):
Error: Signal wasn't sent
Error: Signal wasn't sent
I am getting these issues.
The text was updated successfully, but these errors were encountered: