Add log callId

This commit is contained in:
Sergiu Toma 2022-08-02 10:01:45 +03:00
parent 80b0e1904a
commit b6a042002e
2 changed files with 20552 additions and 20851 deletions

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,7 @@ if (IS_PRODUCER === true) {
originAssetTypeName = parsedData.origin_asset_type_name;
callId = parsedData.video_call_id;
console.log('IS_PRODUCER', IS_PRODUCER);
console.log('IS_PRODUCER', IS_PRODUCER, 'callId', callId);
if (parsedData.type === 'notify-request' && IS_PRODUCER) {
getLocalStream()