opentok / opentok-react

React components for OpenTok.js
https://www.npmjs.com/package/opentok-react
MIT License
107 stars 105 forks source link

Timed out while waiting for the Rumor socket to connect. #203

Open 123vivekr opened 3 years ago

123vivekr commented 3 years ago

I've been getting this error for quite a while now. I have been using the same code from the example.

            <OTSession apiKey="..." sessionId={props.location.state.sessionId} token={token}>
                <div className={styles.main}>
                    <div className={styles.subscriber}>
                        <OTStreams>
                            <OTSubscriber 
                                properties={{height: "90vh", width: "95vw"}}
                            />
                        </OTStreams>
                    </div>
                    <div className={styles.publisher}>
                        <OTPublisher 
                            properties={{height: "20vh", width: "20vw"}}
                        />

                        <div className={styles.controls}>
                            <div className={styles.call_end_container}>
                                <CallEndIcon onClick={history.goBack}/>
                            </div>
                        </div>
                    </div>
                </div>
            </OTSession>

The error as it appears on the console: image