Skip to content

Commit

Permalink
made webcams unique. NEED TO REMOVE OLD WEBCAMS
Browse files Browse the repository at this point in the history
  • Loading branch information
odbol committed Apr 22, 2013
1 parent ca18fbf commit dd67d29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lsd/lsd.js
Original file line number Diff line number Diff line change
Expand Up @@ -1621,10 +1621,11 @@ if (!renderer.areEffectsSupported()) {
var onWebcamSubscribeCallback = function onWebcamSubscribeCallback(videoElementHolderId) {
lsd.addClip(new VidClip({
isRemoteCam:true,
tagId: 'camSource_publisher'
tagId: videoElementHolderId
},
"/lsd/icons/stamp-lsd-72.png"))
},
// add the ID to the end of the generic image because this is how Crowd finds the clip!
"/lsd/icons/stamp-lsd-72.png?id=" + videoElementHolderId))
},

webcam = new RemoteCam(onWebcamSubscribeCallback);

Expand Down

0 comments on commit dd67d29

Please sign in to comment.