fix:移除toast
This commit is contained in:
parent
0fcadde670
commit
e030db04b9
@ -81,7 +81,6 @@ public class IMRTCManager {
|
||||
*/
|
||||
public void requestJoinOtherRoom(String liveUid, boolean inviterAutoMix, String extra, IRCRTCResultCallback callback) {
|
||||
if (requestUid.contains(liveUid)) {
|
||||
ToastUtil.show("主动拦截");
|
||||
callback.onFailed(RTCErrorCode.RongRTCCodeJoinRepeatedRoom);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user