|
@@ -83,7 +83,7 @@ public class RTCService : IRTCService
|
|
mRTCRoomInfo = JsonConvert.DeserializeObject<RTCRoomInfo>(message);
|
|
mRTCRoomInfo = JsonConvert.DeserializeObject<RTCRoomInfo>(message);
|
|
this.SendEvent(new JoinRoomSuccessEvent() { rtcRoomInfo = mRTCRoomInfo });
|
|
this.SendEvent(new JoinRoomSuccessEvent() { rtcRoomInfo = mRTCRoomInfo });
|
|
}
|
|
}
|
|
- }, "application/x-www-form-urlencoded"));
|
|
+ }));
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|