- comment out query for presenter name as it breaks dekstop sharing (issue 554)

This commit is contained in:
Richard Alam 2010-06-25 23:47:38 -04:00
parent dc8314e30d
commit d49d73c51d

View File

@ -175,8 +175,8 @@
video.attachNetStream(ns);
ns.play(stream);
this.stream = stream;
this.title = UserManager.getInstance().getPresenter().name + " is sharing their desktop with you";
this.title = "Blah";
// this.title = UserManager.getInstance().getPresenter().name + " is sharing their desktop with you";
}
public function stopViewing():void {