Package-level declarations

Types

Link copied to clipboard
data class LaunchRequestsOptions(val updateIsRequestsModalVisible: UpdateIsRequestsModalVisible, val isRequestsModalVisible: Boolean)

Parameters for launching requests in the app.

Link copied to clipboard

Type definition for launching requests.

Link copied to clipboard
data class RespondToRequestsOptions(val socket: SocketManager? = null, val request: Request, val updateRequestList: (List<Request>) -> Unit, val requestList: List<Request>, val action: String, val roomName: String)

Defines the options for responding to requests.

Link copied to clipboard

Type definition for the respondToRequests function.

Link copied to clipboard

Type definition for updating requests modal visibility.

Functions

Link copied to clipboard

Toggles the visibility state of the requests modal.

Link copied to clipboard

Responds to incoming requests by updating the request list locally and notifying the server of the request status. This function is typically used to manage permissions or participation requests in real-time collaboration tools.