A
C
D
E
F
G
H
I
L
M
O
R
S
T
U
V
W
R
- receive(java.lang.String,java.lang.String,java.lang.Boolean) - function in io.livekit.server.WebhookReceiver
- Validates a webhook message and converts it to a LivekitWebhook.
- receive(java.lang.String,java.lang.String) - function in io.livekit.server.WebhookReceiver
- Validates a webhook message and converts it to a LivekitWebhook.
- Recorder - class in io.livekit.server
- indicates this participant is recording the room
- removeParticipant(.<Error class: unknown class>,java.lang.String) - function in io.livekit.server.RoomService
- removeParticipant(java.lang.String,java.lang.String) - function in io.livekit.server.RoomServiceClient
- Removes a participant in the room.
- Room - class in io.livekit.server
- name of the room, required if join or admin is set
- RoomAdmin - class in io.livekit.server
- permission to moderate a room
- RoomCreate - class in io.livekit.server
- permission to create rooms
- RoomJoin - class in io.livekit.server
- permission to join a room
- RoomList - class in io.livekit.server
- permission to list available rooms
- RoomName - class in io.livekit.server
- name of the room, required if join or admin is set
- RoomRecord - class in io.livekit.server
- permissions to use Egress service
- RoomService - class in io.livekit.server
- Retrofit Interface for accessing the RoomService Apis.
- RoomServiceClient - class in io.livekit.server
- A client for interacting managing LiveKit rooms and participants.