Package io.getstream.video.android.core.call.state
See: Description
-
Interface Summary Interface Description CallAction Represents various actions users can take while in a call. -
Class Summary Class Description ToggleSpeakerphone Action to toggle if the speakerphone is on or off. SelectAudioDevice Action to select an audio device for playback. ToggleCamera Action to toggle if the camera is on or off. ToggleMicrophone Action to toggle if the microphone is on or off. InviteUsersToCall Action to invite other users to a call. ToggleScreenConfiguration Used to trigger Screen UI configuration changes when observing screen share sessions. CustomAction Custom action used to handle any custom behavior with the given data and tag, such as opening chat, inviting people, sharing the screen and more. -
Object Summary Object Description FlipCamera Action to flip the active camera. AcceptCall Action to accept a call in Incoming Call state. CancelCall Action used to cancel an outgoing call. DeclineCall Action to decline an oncoming call. LeaveCall Action to leave the call. ChatDialog Action to show a chat dialog. Reaction Action to show a reaction popup. ShowCallParticipantInfo Used to set the state to showing call participant info.