producers\producer_emits\join_local_room library
Classes
- CheckMediasfuURLOptions
- Options for checking MediaSFU URL.
- JoinLocalRoomOptions
- Options for joining a local room.
Functions
-
checkMediasfuURL(
CheckMediasfuURLOptions options) → Future< void> - Checks the MediaSFU URL and processes necessary actions based on its validity.
-
joinLocalRoom(
JoinLocalRoomOptions options) → Future< ResponseJoinLocalRoom> - Joins a local room on the socket server with specified options.
Typedefs
-
CheckMediasfuURLType
= Future<
void> Function(CheckMediasfuURLOptions options) -
JoinLocalRoomType
= Future<
ResponseJoinLocalRoom> Function(JoinLocalRoomOptions options)