I have enabled the channel list display on the embedded channel, but there is a problem the room does not change.
there is a parameter on the embedded:
Embed_Place='Lobby-1';
so it always shows Lobby-1. how can I fix it?? in ASP it shoud be somthing like this:
Embed_Place=Request.QueryString["Place"];
but it gives me error, how can I do it ?!?
thanks,