Add call id to GroupCallInspector
This commit is contained in:
@@ -9,6 +9,7 @@ function getCallUserId(call) {
|
||||
|
||||
function getCallState(call) {
|
||||
return {
|
||||
id: call.callId,
|
||||
opponentMemberId: getCallUserId(call),
|
||||
state: call.state,
|
||||
direction: call.direction,
|
||||
|
||||
Reference in New Issue
Block a user