socket state: {{item.socket?.state}} |
client state: {{item.state}} |
core state: {{item.core?.connectState}} |
call state: {{item.callState}} |
username: {{item.conferenceDeliveryOptions?.accountName}} |
call id: {{item._clientInfo?.callId}} |
conf number: {{item._clientInfo?.confNumber}} |
partp list: {{Object.values(item.participantMap).map((partp) => partp.userId).join(', ')}} |
stats(bps): ⬆ {{item.statsInfo && item.statsInfo.sendBitrate}}/⬇ {{item.statsInfo && item.statsInfo.receiveBitrate}} |
remain count: {{item.remainCount}} |