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
I want to know when the server has disabled the audio, video, and sharing screen permissions, how do I know when I enter the server?
LiveKitSDK: 2.1.0
Swift 6.0
Xcode: 16.2
iPhone14 Pro Max
iOS: 17.7
I found in
room(_ room: Room, participant: Participant, didUpdatePermissions permissions: ParticipantPermissions)
There is a method to provide overall permissions, but canPublish only knows the overall publish stream permissions, and does not know whether the server has disabled any of the video, audio, and shared screen permissions.
In addition, I found that canPublishSources array is provided in Livekit_ParticipantPermission, which provides separate audio and video rights, but it is not released. Is there any other solution?
The text was updated successfully, but these errors were encountered:
I want to know when the server has disabled the audio, video, and sharing screen permissions, how do I know when I enter the server?
LiveKitSDK: 2.1.0
Swift 6.0
Xcode: 16.2
iPhone14 Pro Max
iOS: 17.7
I found in
room(_ room: Room, participant: Participant, didUpdatePermissions permissions: ParticipantPermissions)
There is a method to provide overall permissions, but canPublish only knows the overall publish stream permissions, and does not know whether the server has disabled any of the video, audio, and shared screen permissions.
In addition, I found that canPublishSources array is provided in Livekit_ParticipantPermission, which provides separate audio and video rights, but it is not released. Is there any other solution?
The text was updated successfully, but these errors were encountered: