📄️ Setting the initial video state
You can set the initial video state of the local user to be applied when starting a video call or switching from an audio call to a video call.
📄️ Peer video resolution in a group call
In a video group call, applications call requestPeerVideo() to request a video stream from a specific peer. This page describes how to set a video resolution when requesting a video stream.
📄️ Enabling a video call from an audio call
You can enable a video call in the middle of an audio call.
📄️ Video pause event
LINE Planet generates events when a peer pauses or resumes their video stream.
📄️ Virtual background
In video calls, you can use the virtual background feature to either blur the background or replace it with an image. This page describes how to use the virtual background feature.
📄️ Custom media stream
WebPlanetKit provides the custom media stream feature that allows users to directly supply the `MediaStream` they want.