Remove incorrect early return from updateMemberParticipantState
This commit is contained in:
@@ -334,8 +334,6 @@ export class ConferenceCallManager extends EventEmitter {
|
||||
// since matrix-js-sdk awaits a promise before firing user_hangup
|
||||
participant.call.hangup("user_hangup", false);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user