Skip to content

Commit

Permalink
When publishing, account ID was not there in diagnostics. Added in now (
Browse files Browse the repository at this point in the history
#356)

Co-authored-by: Santiago Souto <[email protected]>
  • Loading branch information
dubeyShivank and Santiago-Souto authored Jun 10, 2024
1 parent 00c3c33 commit 34e405e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/millicast-sdk/src/Director.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ const Director = {
}
data = parseIncomingDirectorResponse(data)
logger.debug('Getting publisher response: ', data)
Diagnostics.initAccountId(data.data.streamAccountId)

return data.data
} catch (e) {
logger.error('Error while getting publisher connection path. ', e)
Expand Down

0 comments on commit 34e405e

Please sign in to comment.