0

When executing

this._session = ConnectyCube.videochat.createNewSession(ids, type, options);

I get the following error Error Image

Please help!!

d219
  • 2,707
  • 5
  • 31
  • 36

1 Answers1

0

Please check the Preparations section https://developers.connectycube.com/js/videocalling?id=preparations .

You need to be connected to Chat in order to start calling, because Video Calling API uses the real time Chat as for the signaling transport.

Rubycon
  • 18,156
  • 10
  • 49
  • 70