{
    "agentName": "Mahmoud ALi",
    "agentAvatar": "../img/avatar.png",
    "chromePluginId": "nphkdpfdiidjglfcplkpkdjpdlpmkdpg",
    "smartVideoLanguage": "en_US",
    "anonVisitor": "Visitor",
    "entryForm": {
        "enabled": true,
        "required": true,
        "private": false,
        "showEmail": false,
        "showAvatar": false
    },
    "appWss": "https://chat1.iventure.app:9001/",
    "recording": {
        "enabled": false,
        "download": false,
        "saveServer": false,
        "autoStart": false,
        "screen": false,
        "oneWay": false,
        "transcode": false
    },
    "whiteboard": {
        "enabled": false,
        "allowAnonymous": false
    },
    "transcribe": {
        "enabled": false,
        "language": "en",
        "languageTo": "",
        "apiKey": "",
        "direction": "agent"
    },
    "videoScreen": {
        "chat": false,
        "autoAcceptAudio": false,
        "autoAcceptVideo": false,
        "greenRoom": false,
        "waitingRoom": false,
        "onlyAgentButtons": false,
        "videoContainerStyle": "conference",
        "videoConference": true,
        "getSnapshot": false,
        "separateScreenShare": false,
        "broadcastAttendeeVideo": false,
        "primaryCamera": "user",
        "screenConstraint" : {"maxWidth": 1920, "maxHeight": 1080}
    },
    "serverSide": {
        "loginForm": false,
        "chatHistory": false,
        "agentInfo": false,
        "token": false,
        "feedback": false,
        "roomInfo": false
    },
    "iceServers": {
	"iceServers": [{
		"urls": [
					"stun:newchat.sos-webapp.com"
				],
				"credential": "aa",
				"username": "aa"
		},
		{
				"urls": [
					"turn:newchat.sos-webapp.com"
				],
				"credential": "aa",
				"username": "aa"
		}
	]
    }






}