Age | Commit message (Collapse) | Author |
|
|
|
|
|
Also, fix issue with voice still happening in parcels where voice is
disabled.
|
|
|
|
|
|
throw up a blank dialogue when that happens
|
|
|
|
reason
|
|
calls
|
|
connects (p2p)
|
|
|
|
into roxie/webrtc-voice
|
|
|
|
|
|
General refactoring to improve vivox spacial and p2p voice
including generalizing voice info instead of just using
sip uri and credentials. Voice server type is also passed
around in the generalized voice info blob.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unlike vivox, P2P uses the ad-hoc voice mechanism, which is also used by
group voice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Better handle starting up and shutting down WebRTC connections
simultaneously.
|
|
|
|
|
|
When disconnecting, we need to wait for any outstanding http
calls to complete as the handlers may use the session objects.
Also, reap empty sessions.
|
|
|