Friday 15 August 2014

javascript - custumize opentok video window -



javascript - custumize opentok video window -

i want able see subscribe window bigger in bottom publisher in little window. google hangouts

var apikey = ; var sessionid = ; var token = ; var session = ot.initsession(apikey, sessionid); session.connect(token, function(error) { var publisher = ot.initpublisher("mypublisherdiv",{width:800, height:700}); session.publish(publisher); }); session.on("streamcreated", function(event) { session.subscribe(event.stream); }); .container %div{id: 'mypublisherdiv'}

here illustration of accomplish

thank guys.......

i wrote little library helps create easier. should able accomplish layout using that. https://github.com/aullman/opentok-layout-js

javascript opentok

No comments:

Post a Comment