stream name not used

Gabriel T

Member
Hello
im ppublishing a stream like this:

_room.publish({
display: document.getElementById("myVideo"),
constraints: constraints,
record: false,
receiveVideo: false,
receiveAudio: false,
name: m,
rtmpUrl: 'rtmp://xxx.xxx.com/wcs/'+_roomID
})

where "m" is a uniq string...but the published stream name is always the participant name in the room...any clue ?

thank you
 
Top