videosdk-live/videosdk-rtc-flutter-sdk-example

Not getting entryRequested

cg-sangam opened this issue · 4 comments

When two or three user join calls at same time then i am not getting entry request and also when host joined the meeting instantly after creating group call then again join request not coming.

@cg-sangam Are you passing the allow_join and allow_mod permission in the host token and ask_join in the guest user's token?

Please refer these to see how to set permission in the token: https://docs.videosdk.live/api-reference/realtime-communication/intro

@rajansurani
I added all permission still not able to get entry request .
Use case:-
When new room creates and host joined during creation of new room at that first time entry request not coming.
after host exit and join again same room at that time entry request comes.

@cg-sangam can you share a video of your current implementation, where the case you mentioned is happening?

Also Please share code snippet where you have implemented the entryRequested and response.

Sorry I fixed it actually the meetingId which i am passing that is wrong at the time of new meeting creation