StreamVideo
The main interface to control the Video calls. StreamVideoClient implements this interface.
Properties
Functions
Create a device that will be used to receive push notifications.
Remove a device used to receive push notifications.
Queries calls with a given filter predicate and pagination.
Queries calls with a given filter predicate and pagination.
Subscribe to all events
Subscribe for a specific list of events
Inherited functions
Customize the notification when you receive a push notification for ringing call with type RingingState.Incoming
Get subsequent updates to notifications. Initially, notifications are posted by one of the other methods, and then this method can be used to re-post them with updated content.
Customize the notification when you receive a push notification for ringing call with type RingingState.Outgoing and RingingState.Active
Customize the notification when you receive a push notification for ringing call
Customize the notification when you receive a push notification for Live Call
Customize the notification when you receive a push notification for Missed Call
Customize the notification when you receive a push notification for general usage
Customize the notification when you receive a push notification for ringing call, which has further two types RingingState.Incoming and RingingState.Outgoing
Extension function that makes it easy to use on kotlin, but keeps Java usable as well