client-sdk-swift icon indicating copy to clipboard operation
client-sdk-swift copied to clipboard

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

Open LakhinaRajat opened this issue 2 years ago • 1 comments

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 avatar Sep 11 '23 14:09 LakhinaRajat

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

LakhinaRajat avatar Sep 14 '23 17:09 LakhinaRajat