Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
make attributes as json string before send to rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
vipcxj committed Oct 19, 2023
1 parent 74abb23 commit 793e6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/agent/conference/stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class Stream {
owner: this.info.owner,
type: this.info.type,
inViews: this.info.inViews,
attributes: this.info.attributes,
attributes: JSON.stringify(this.info.attributes),
activeInput: this.info.activeInput,
};
const portalFormat = {
Expand Down

0 comments on commit 793e6fb

Please sign in to comment.