Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

I can't use this library . Please help me asap. #95

Open
angel82800 opened this issue Mar 4, 2018 · 2 comments
Open

I can't use this library . Please help me asap. #95

angel82800 opened this issue Mar 4, 2018 · 2 comments

Comments

@angel82800
Copy link

angel82800 commented Mar 4, 2018

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.

@Carlosp16
Copy link

Carlosp16 commented Mar 19, 2018

"Error: Signal wasn't sent" appears when you try send a signal before to call the Connect of opentok.

@ASerga
Copy link

ASerga commented Apr 23, 2018

It there any way to get/check current connection to session?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants