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

Commit f3163fb

Browse files
authored
Add stream attributes update (#906)
1 parent ba9a985 commit f3163fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/agent/conference/conference.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ var Conference = function (rpcClient, selfRpcId) {
413413
locality: transport.locality,
414414
media: media,
415415
data: rtcInfo.data,
416-
info: { type: 'webrtc', owner: transport.owner }
416+
info: { type: 'webrtc', owner: transport.owner, attributes: rtcInfo.attributes }
417417
};
418418
sendMsgTo(transport.owner, 'progress', {id: transport.id, sessionId, status: 'ready'});
419419
onSessionEstablished(transport.owner, sessionId, direction, sessionInfo);

0 commit comments

Comments
 (0)