Companion

object Companion

Properties

Link copied to clipboard
val instanceState: StateFlow<StreamVideo?>

This allows an alternative way to observe when an instance is available.

Link copied to clipboard

Represents if StreamVideo is already installed or not. Lets you know if the internal StreamVideo instance is being used as the uncaught exception handler when true or if it is using the default one if false.

Functions

Link copied to clipboard
fun devToken(userId: String): String

Generate a developer token that can be used to connect users while the app is using a development environment.

Link copied to clipboard

Returns an installed StreamVideo instance or throw an exception if its not installed.

Link copied to clipboard
Link copied to clipboard

Returns an installed StreamVideo instance lazy or throw an exception if its not installed.

Link copied to clipboard

Uninstall a previous StreamVideo instance.