mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Upading receiver
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
var receiver = new cast.receiver.Receiver("E6856E24", ["no.zoff.customcast"],"",5);
|
var receiver = new cast.receiver.Receiver("E6856E24", ["no.zoff.customcast"],"",5);
|
||||||
var ytChannelHandler = new cast.receiver.ChannelHandler(cfg.msgNamespace);
|
var ytChannelHandler = new cast.receiver.ChannelHandler("no.zoff.customcast");
|
||||||
var nextVideo;
|
var nextVideo;
|
||||||
ytChannelHandler.addChannelFactory(receiver.createChannelFactory(cfg.msgNamespace));
|
ytChannelHandler.addChannelFactory(receiver.createChannelFactory("no.zoff.customcast"));
|
||||||
ytChannelHandler.addEventListener(
|
ytChannelHandler.addEventListener(
|
||||||
cast.receiver.Channel.EventType.MESSAGE,
|
cast.receiver.Channel.EventType.MESSAGE,
|
||||||
onMessage.bind(this)
|
onMessage.bind(this)
|
||||||
|
|||||||
Reference in New Issue
Block a user