Skip to content

Commit

Permalink
add user publish id
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Dec 3, 2024
1 parent 0698d53 commit 12d757e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/js/webrtc_adaptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ export class WebRTCAdaptor {
subscriberCode: typeof subscriberCode !== undefined && subscriberId != null ? subscriberCode : "",
viewerInfo: typeof metaData !== undefined && metaData != null ? metaData : "",
role: (typeof role !== undefined && role != null) ? role : "",
userPublishId: typeof publishStreamId !== undefined && publishStreamId != null ? this.publishStreamId : "",
}

this.webSocketAdaptor.send(JSON.stringify(jsCmd));
Expand Down

0 comments on commit 12d757e

Please sign in to comment.