diff --git a/src/matrix/calls/group/GroupCall.ts b/src/matrix/calls/group/GroupCall.ts index cda5a40f..01ff4d31 100644 --- a/src/matrix/calls/group/GroupCall.ts +++ b/src/matrix/calls/group/GroupCall.ts @@ -276,7 +276,7 @@ export class GroupCall extends EventEmitter<{change: never}> { }); } - terminate(log?: ILogItem): Promise { + private terminate(log?: ILogItem): Promise { return this.options.logger.wrapOrRun(log, {l: "terminate call", t: CALL_LOG_TYPE}, async log => { if (this._state === GroupCallState.Fledgling) { return;