this can be private

This commit is contained in:
Bruno Windels 2023-01-09 14:03:14 +01:00
parent b1687d7115
commit 7f9edbb742

View File

@ -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 => { return this.options.logger.wrapOrRun(log, {l: "terminate call", t: CALL_LOG_TYPE}, async log => {
if (this._state === GroupCallState.Fledgling) { if (this._state === GroupCallState.Fledgling) {
return; return;