mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
support update record from application ws connection (#645)
This commit is contained in:
@@ -1517,6 +1517,10 @@ Duration=${duration} `
|
||||
this._lccCallDial(data);
|
||||
break;
|
||||
|
||||
case 'record':
|
||||
this.notifyRecordOptions(data);
|
||||
break;
|
||||
|
||||
case 'mute:status':
|
||||
this._lccMuteStatus(call_sid, data);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user