Questions tagged [goinstant-platform]
7 questions
4
votes
1 answer
What is the difference between channels and keys
I'm developing an app with GoInstant, but the difference between keys and channels isn't very clear. When should I use keys vs channels?

Brandon
- 16,382
- 12
- 55
- 88
2
votes
3 answers
Two synced events creating an infinite loop
I have a text area that I am synchronizing with GoInstant. here is what the code looks like:
var myRoom = platform.room('myRoom');
var myKey = myRoom('myKey');
// Listen to set events on the platform key and update a textarea
myKey.on('set',…

Pykler
- 14,565
- 9
- 41
- 50
1
vote
0 answers
goinstant.connect not working on deployed mobile app
The app is developed using Icenium and Apache Cordova.
GoInstant connects just fine in the simulator on my computer. However, as soon as I create a build provision and deploy it, connecting fails after 10s or so with the error that it reached the…

Matt
- 5,547
- 23
- 82
- 121
1
vote
1 answer
Screen Sharing With goinstant
Is it possible to implement the screen sharing of my website to another guest user using the API provided by the GOINSTANT.
I have done some examples which have been provided in the website to show the form widget and sharing the same to the another…

Rangaiah
- 23
- 1
- 1
- 5
1
vote
1 answer
Testing GoInstant client code (preferably with PhantomJS)
I had initial problems loading the goinstant libraries in PhantomJS via Selenium. I was wondering what is preferred method of writing integration tests for the client code is.

Pykler
- 14,565
- 9
- 41
- 50
0
votes
1 answer
WebRTC local stream disappears on HTML input click
The WebRTC stream seems to all be working fine at first with everyone in the conference. Unfortunately, when you click on certain HTML elements the local stream video disappears.
You are still able to see the remote users and remote users can both…

JumpJumpSlash
- 13
- 3
0
votes
1 answer
webrtc in goinstant on ios
Trying to use the webrtc widget on an ipad and it is saying that the browser does not support webrtc.
Is there a work around that people are using for this? A number that people can call into on their phone.
What are the approaches taken to get…

JumpJumpSlash
- 13
- 3