Package-level declarations

Types

Link copied to clipboard
data class LaunchWaitingOptions(val updateIsWaitingModalVisible: (Boolean) -> Unit, val isWaitingModalVisible: Boolean)

Options for launching the waiting modal.

Link copied to clipboard

Signature for a function that updates the visibility of the waiting modal.

Link copied to clipboard
data class RespondToWaitingOptions(val participantId: String, val participantName: String, val updateWaitingList: (List<WaitingRoomParticipant>) -> Unit, val waitingList: List<WaitingRoomParticipant>, val type: Any, val roomName: String, val socket: SocketManager? = null)

Options for responding to a waiting participant.

Link copied to clipboard

Type definition for responding to waiting.

Functions

Link copied to clipboard

Launches the waiting modal and toggles its visibility state.

Link copied to clipboard

Responds to a waiting participant by allowing or denying access based on specified options.