fix:移除toast

This commit is contained in:
zlzw 2022-12-13 16:21:57 +08:00
parent 0fcadde670
commit e030db04b9

View File

@ -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;
}