Questions tagged [vline]

vLine provides globally-distributed cloud infrastructure and a rich JavaScript framework for WebRTC apps.

vLine provides globally-distributed cloud infrastructure and a rich JavaScript framework for WebRTC apps.

63 questions
0
votes
1 answer

Vline.js is giving cryptic error message

I am trying the room example of vline and getting a cryptic error message which is am not able to figure out. Please see the exception stack below. vline.js?t=1231:732 Local stream: W91AhWvMK6ohUoNi meeting:108 User came online, starting…
biplav
  • 781
  • 6
  • 13
0
votes
0 answers

Pure WebRTC vs VLine. Why WebRTC has more noises than VLine?

I tried to use pure WebRTC. But it has huge noises. I tested with Linux PC and Android device. So my question is what does VLine use to decrease noises?
Dmitro
  • 1,489
  • 4
  • 22
  • 40
0
votes
2 answers

vline webrtc: memorize allow access camera

I'm using a vline service in my webpage. There is a way to memorize the access to webcam? Every time what i call a MediaSession.stop() i need to say "allow" to the browser for give the access to the resource. My objective is make a page where there…
Al3
  • 183
  • 1
  • 3
  • 11
0
votes
1 answer

VLine Firefox Chrome Call

I am having trouble with calls placed/received from Firefox v27 to Chrome v32 One computer is behind a corporate firewall (Chrome) & the other is on a separate wireless network (Firefox). Chrome to Chrome calls work flawlessly but when firefox is…
user685590
  • 2,464
  • 5
  • 30
  • 42
0
votes
1 answer

Video is lagging from Audio in a vLine media session

At first I have a voice call in a vLine session, I hear the audio by getting the audio tag calling createAudioElement() on the media stream and appending it to the $(body) Then on when the remote user opens his video, I send this piece of info to…
michaeleee
  • 103
  • 1
  • 9
0
votes
1 answer

Xilium CefGlue in Vline can only receive calls

I have set up a vLine agent withing Xilium CefGlue and mostly it works. It can send text messages, receive voice and video calls that function as expected but when a voice or video call is made out of CefGlue to a Chrome browser or CefGlue the call…
JamesWR
  • 1
  • 1
0
votes
1 answer

Allow/Deny getUserMedia button

I would like to enable user to see their self-view right after they log on, which will also require them to click the allow button on the browser for getUserMedia. This way they will be ready to receive a call without having to click the allow…
Volverine
  • 83
  • 6
0
votes
3 answers

Change person's presence state using vLine API

How do I change a person's status (setPresenceState) after the user accepts a call? I need to set the state to "busy" for the person. I think I can set the presence to busy when the "enterState:active" event fires, but how exactly do I do that?
0
votes
1 answer

Video Panel doesn't get dismissed when other user hangs call

I've just added vline to my php5/jQuery portal. Everything seems to work good but a thing that's driving me mad. Suppose to have two users calling one each other via vline. User1 calls User2, User2 answers, after some time User2 hangs up the call.…
Xabaras
  • 33
  • 1
  • 7
0
votes
1 answer

How to integrate vLine Video Chat in MVC4 application?

How to integrate vLine Video Chat in MVC4 application? https://vline.com/developer/docs/support
0
votes
1 answer

Any way to get the underlying webrtcDataChannel object from a vline person or channel?

I would like access to the underlying webRTC datachannel object, do you have an API for this? If not, how can this be handled? This is a deal breaker as I need features you have not implemented, etc.
David Dahl
  • 3
  • 1
  • 2
0
votes
1 answer

What is the max message size in vline person.publishMessage()?

I am sending a message via publishMessage() and see this: [131031 00:25:32.79] [vline.cometdTransport] BAD_PARAM ('Message size exceeds limit') What is the max? Is this actually P2P? is there a way to determine when things are relayed or not? When…
David Dahl
  • 3
  • 1
  • 2
0
votes
1 answer

vline im:recv event error: Uncaught TypeError: Cannot call method 'log' of undefined in vline.js

When receiving a vLine im, I experience an uncaught TypeError. Set up the event handler: this.client_.on('recv:im', this.onMessageRecv, this); onMessageRecv is: function (aEvent) { var msg = event.message; var sender = msg.getSender(); …
David Dahl
  • 3
  • 1
  • 2
0
votes
1 answer

Removing users from my service

Say, for development purposes, I created too many vline users, i.e. in a loop. Is there a way to remove/delete them completely from my service? Also, is there a limit on the number of users created? Thanks.
Volverine
  • 83
  • 6
0
votes
1 answer

Vline - Anyway to prevent vline from "hanging up" after a certain amount of time waiting for the other user to connect?

I am testing out Vline's API currently and am basically comparing it to OpenTok. The main issue/difference I am running across is that I would like to have the ability for one side to log in to our system start transmitting audio/video and then…
Steve
  • 51
  • 1