Merge pull request #2865 from matrix-org/dbkr/log_call_id
Log the call ID when receiving a call
This commit is contained in:
@@ -676,7 +676,7 @@ export class GroupCall extends TypedEventEmitter<
|
||||
return;
|
||||
}
|
||||
|
||||
logger.log(`GroupCall: incoming call from: ${opponentMemberId}`);
|
||||
logger.log(`GroupCall: incoming call from: ${opponentMemberId} with ID ${newCall.callId}`);
|
||||
|
||||
// we are handlng this call as a PTT call, so enable PTT semantics
|
||||
newCall.isPtt = this.isPtt;
|
||||
|
||||
Reference in New Issue
Block a user