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

Commit 793e6fb

Browse files
committed
make attributes as json string before send to rpc
1 parent 74abb23 commit 793e6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/agent/conference/stream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class Stream {
209209
owner: this.info.owner,
210210
type: this.info.type,
211211
inViews: this.info.inViews,
212-
attributes: this.info.attributes,
212+
attributes: JSON.stringify(this.info.attributes),
213213
activeInput: this.info.activeInput,
214214
};
215215
const portalFormat = {

0 commit comments

Comments
 (0)