methods\utils\create_response_join_room library

Classes

CreateResponseJoinRoomOptions
Represents the options for creating a ResponseJoinRoom.

Functions

createResponseJoinRoom(CreateResponseJoinRoomOptions options) Future<ResponseJoinRoom>
Creates a ResponseJoinRoom object from a ResponseJoinLocalRoom object.

Typedefs

CreateResponseJoinRoomType = Future<ResponseJoinRoom> Function(CreateResponseJoinRoomOptions options)
Type definition for the function that creates a ResponseJoinRoom.