[mirotalksfu] - save recording on disconnect...
هذا الالتزام موجود في:
@@ -1507,6 +1507,10 @@ function handleRoomClientEvents() {
|
|||||||
});
|
});
|
||||||
rc.on(RoomClient.EVENTS.exitRoom, () => {
|
rc.on(RoomClient.EVENTS.exitRoom, () => {
|
||||||
console.log('Room Client leave room');
|
console.log('Room Client leave room');
|
||||||
|
if (rc.isRecording() || recordingStatus.innerHTML != '0s') {
|
||||||
|
console.log('Room Client save recording before to exit');
|
||||||
|
rc.stopRecording();
|
||||||
|
}
|
||||||
if (surveyActive) {
|
if (surveyActive) {
|
||||||
leaveFeedback();
|
leaveFeedback();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم