feat(spot): pass JitsiConnection to ProxyConnectionService to get TURN
This commit is contained in:
parent
cb8e9eed5e
commit
19a27e75bd
|
@ -2699,6 +2699,13 @@ export default {
|
||||||
onProxyConnectionEvent(event) {
|
onProxyConnectionEvent(event) {
|
||||||
if (!this._proxyConnection) {
|
if (!this._proxyConnection) {
|
||||||
this._proxyConnection = new JitsiMeetJS.ProxyConnectionService({
|
this._proxyConnection = new JitsiMeetJS.ProxyConnectionService({
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Pass the {@code JitsiConnection} instance which will be used
|
||||||
|
* to fetch TURN credentials.
|
||||||
|
*/
|
||||||
|
jitsiConnection: APP.connection,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The proxy connection feature is currently tailored towards
|
* The proxy connection feature is currently tailored towards
|
||||||
* taking a proxied video stream and showing it as a local
|
* taking a proxied video stream and showing it as a local
|
||||||
|
|
Loading…
Reference in New Issue