- comment out query for presenter name as it breaks dekstop sharing (issue 554)
This commit is contained in:
parent
dc8314e30d
commit
d49d73c51d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user