@@ -83,7 +83,7 @@ public class RTCService : IRTCService
mRTCRoomInfo = JsonConvert.DeserializeObject<RTCRoomInfo>(message);
this.SendEvent(new JoinRoomSuccessEvent() { rtcRoomInfo = mRTCRoomInfo });
}
- }, "application/x-www-form-urlencoded"));
+ }));
@@ -25,7 +25,7 @@ public class SignallingService : ISignallingService
this.SendEvent(new GetContactsSuccessEvent() { ContactsInfoList = mContactsInfoList });
- }));
+ }, "application/x-www-form-urlencoded"));
// CoroutineSystem.Instance.StartCoroutine(OnGetContacts());