LiveKitWebRtcProvider
protocol LiveKitWebRtcProvider : BaseWebRtcProvider
Specific functions of the LiveKit implementation
-
used to blur the background
Declaration
Swift
func changeBackround(enabled: Bool)
-
in the case of PiP, pinned participant (if exists, otherwise last) will be in the view
Declaration
Swift
func setPinParticipant(participantId: String, videoView: inout UIView?)
-
enable screen sharing
Declaration
Swift
func publishScreen(enabled: Bool)
-
Starts/Stops Picture in Picture, if possible.
Declaration
Swift
func startPictureInPicture()