mieszko4 / react-native-zoom-us

MIT License
126 stars 118 forks source link

Unable to get events in IOS same as Android #96

Closed sumitHalder786 closed 3 years ago

sumitHalder786 commented 3 years ago

Able to get all the MeetingEvent in android.., but in IOS is not the same.., when are you going to address this...?? can you please fix this issue as earliest as possible!!

Thanks in advance!!

Alessandro1918 commented 3 years ago

Hello, @sumitHalder786 !

I'm currently developing a project with that same package as you. Just a heads-up, without any logs or error messages it will be hard for the people here in the internet to know what's not working for you. What logs / prints can you share of your error?

Also, since you said you got the MeetingEvent working on Android, did you manage for your demo app to join in an already started meeting? After you clicked on the "Join Example Meeting" and get the LOG {"event": "success", "status": "MEETING_STATUS_CONNECTING"} event, what happened?

sumeetHalder commented 3 years ago

Thanks for reverting back soon!! much appreciated Alessandro1918!

Hey, i am not getting any error message.., I am just trying to say that when we clicked on "Join Example Meeting", below are the events is getting triggered for Android: MEETING_STATUS_CONNECTING,
 MEETING_STATUS_IN_WAITING_ROOM
, MEETING_STATUS_RECONNECTING, MEETING_STATUS_INMEETING, etc...,

But in IOS, is not the same, i can only able to see events like {"event":"success", "status":undefined} and {"event":"endedBySelf", "status":undefined}..etc.., these are the couple of events which i am getting in IOS.

was just expecting the events same as android !!

Thanks!

Alessandro1918 commented 3 years ago

Weird... I'm having issues with the Android part (your comment saying at least that worked for you is a beacon of hope!), but I'm getting more logs than you.

Don't have an iOS device to test your issue, sorry... but if you did something else on your test that I haven't, and think this may cause this error on my Android, that would be great!

Thanks!

Capturar

sumeetHalder commented 3 years ago

Hi Alessandro1918!

Did you get the chance to check that issue in IOS,??

[Issue: Not getting proper event status as like as android ]

Will be much appreciate, if you could resolve this problem as earliest as possible.

Thanks!!

Alessandro1918 commented 3 years ago

Nope, didn't get to work neither on Android or iOS. My project changed directions a little and I'm not on this topic anymore... but good luck on yours!

mieszko4 commented 3 years ago

I've fixed this event inconcistency in v6.1.1 (https://github.com/mieszko4/react-native-zoom-us/commit/d44363cf75ec0aac737980bfce542e06a80403c8)