You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
}
}
But no luck
The text was updated successfully, but these errors were encountered: