- remove unused function
This commit is contained in:
parent
81184ec7ef
commit
0e37fb3b7c
@ -23,6 +23,5 @@ package org.bigbluebutton.air.user.services {
|
|||||||
function validateToken():void;
|
function validateToken():void;
|
||||||
function joinMeeting():void;
|
function joinMeeting():void;
|
||||||
function changeRole(userId:String, role:String):void;
|
function changeRole(userId:String, role:String):void;
|
||||||
function queryForScreenshare():void;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -137,9 +137,6 @@ package org.bigbluebutton.air.user.services {
|
|||||||
public function changeRole(userId:String, role:String):void {
|
public function changeRole(userId:String, role:String):void {
|
||||||
usersMessageSender.changeRole(userId, role);
|
usersMessageSender.changeRole(userId, role);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function queryForScreenshare():void {
|
|
||||||
usersMessageSender.queryForScreenshare();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user