mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-14 19:16:59 +00:00
FS-9212: [mod_conference] fix conference recording api when using default canvas number
This commit is contained in:
parent
a4cf41771e
commit
0421052b14
@ -2635,6 +2635,7 @@ switch_status_t conference_api_sub_recording(conference_obj_t *conference, switc
|
|||||||
if (strcasecmp(argv[2], "start") == 0) {
|
if (strcasecmp(argv[2], "start") == 0) {
|
||||||
argv[1] = argv[2];
|
argv[1] = argv[2];
|
||||||
argv[2] = argv[3];
|
argv[2] = argv[3];
|
||||||
|
argv[3] = argv[4];
|
||||||
return conference_api_sub_record(conference,stream,4,argv);
|
return conference_api_sub_record(conference,stream,4,argv);
|
||||||
} else if (strcasecmp(argv[2], "stop") == 0) {
|
} else if (strcasecmp(argv[2], "stop") == 0) {
|
||||||
argv[1] = argv[2];
|
argv[1] = argv[2];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user