Pause voice broadcast on calls (#9623)
This commit is contained in:
parent
ad190b1dcc
commit
e38c59c535
4 changed files with 8 additions and 8 deletions
|
@ -222,8 +222,8 @@ export class VoiceBroadcastRecording
|
|||
private onAction = (payload: ActionPayload) => {
|
||||
if (payload.action !== "call_state") return;
|
||||
|
||||
// stop on any call action
|
||||
this.stop();
|
||||
// pause on any call action
|
||||
this.pause();
|
||||
};
|
||||
|
||||
private setState(state: VoiceBroadcastInfoState): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue