Skip to content
Snippets Groups Projects
Commit 4195905c authored by Anton Georgiev's avatar Anton Georgiev
Browse files

change audio to default to SIP

parent c283f87c
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ clientConfig.media.freeswitchProfilePassword = '1234';
clientConfig.media.vertoPort = '8082';
// specifies whether to use SIP.js for audio over mod_verto
clientConfig.media.useSIPAudio = false;
clientConfig.media.useSIPAudio = true;
// Configs for redis
const redisConfig = {
......
......@@ -34,6 +34,7 @@ function joinVertoCall(options) {
};
let wasCallSuccessful = false;
let conferenceUsername = createVertoUserName();
let debuggerCallback = function (message) {
console.log('CALLBACK: ' + JSON.stringify(message));
......
import Deskshare from '/imports/api/deskshare';
import {conferenceUsername, joinVertoAudio, watchVertoVideo} from '/imports/api/verto';
import {createVertoUserName, joinVertoAudio, watchVertoVideo} from '/imports/api/verto';
import Auth from '/imports/ui/services/auth';
import {getVoiceBridge} from '/imports/api/phone';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment