client-sdk-swift
client-sdk-swift copied to clipboard
unable to get new permissions for participant when we admit participant in the meeting
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
What I am trying to do here
- we enabled waiting room where non-invited users doesn't have permission to canPublish
- when non-invited user joined the meeting
- a request is generated at the moderator's end to allow or request that user
- 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