Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 5dc3063

Browse files
authored
Fix participant leave event (#711)
1 parent e73692b commit 5dc3063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/agent/conference/conference.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,7 @@ var Conference = function (rpcClient, selfRpcId) {
915915

916916
return accessController.participantLeave(participantId)
917917
.then(() => rtcController.terminateByOwner(participantId))
918+
.then(() => removeParticipant(participantId))
918919
.then((result) => {
919920
callback('callback', 'ok');
920921
selfClean();

0 commit comments

Comments
 (0)