mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
this can be private
This commit is contained in:
parent
b1687d7115
commit
7f9edbb742
@ -276,7 +276,7 @@ export class GroupCall extends EventEmitter<{change: never}> {
|
||||
});
|
||||
}
|
||||
|
||||
terminate(log?: ILogItem): Promise<void> {
|
||||
private terminate(log?: ILogItem): Promise<void> {
|
||||
return this.options.logger.wrapOrRun(log, {l: "terminate call", t: CALL_LOG_TYPE}, async log => {
|
||||
if (this._state === GroupCallState.Fledgling) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user