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

Commit 87933c3

Browse files
authored
Fix analytic issue 746 (#749)
1 parent 645b7aa commit 87933c3

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
@@ -678,7 +678,7 @@ var Conference = function (rpcClient, selfRpcId) {
678678
const pubArg = pubArgs[0];
679679
return new Promise((resolve, reject) => {
680680
roomController && roomController.publish(
681-
pubArg.owner, pubArg.id, pubArg.locality, pubArg.media, pubArg.type,
681+
pubArg.owner, pubArg.id, pubArg.locality, {origin: pubArg.media.origin, media:pubArg.media, data:pubArg.data}, pubArg.type,
682682
function() {
683683
if (participants[info.owner]) {
684684
streams[id] = fwdStream;

0 commit comments

Comments
 (0)