Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to get new permissions for participant when we admit participant in the meeting #244

Open
LakhinaRajat opened this issue Sep 11, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@LakhinaRajat
Copy link

LakhinaRajat commented Sep 11, 2023

in iOS

Unable to get updated permissions for participant when participant is allowed in the meeting
new permissions I am not getting

I am handling the funcs

public func participant(_ participant: RemoteParticipant, didUpdate publication: RemoteTrackPublication, permission allowed: Bool)

public func room(_ room: Room, participant: Participant, didUpdate permissions: ParticipantPermissions) {
print("Participant didUpdate permission (participant.name) -> (permissions)") // request accepted for joining
}

public func room(_ room: Room, participant: RemoteParticipant, didUpdate publication: RemoteTrackPublication, permission allowed: Bool) { 

}

But no luck

@LakhinaRajat LakhinaRajat added the bug Something isn't working label Sep 11, 2023
@LakhinaRajat
Copy link
Author

What I am trying to do here

  1. we enabled waiting room where non-invited users doesn't have permission to canPublish
  2. when non-invited user joined the meeting
  3. a request is generated at the moderator's end to allow or request that user
  4. when moderator accepted his canPublish permission set to true

What I am expecting, a callback for permission update for user or participant when moderator(who created the meeting) accepted the request to join the meeting

this is happening on android but unable to find on iOS

can you please help and look into this?
@hiroshihorie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants