UNPKG

@sendbird/calls-react-native

Version:

Sendbird Calls SDK for React Native: Empower React Native apps with seamless audio, video, and group calling. Build interactive communication easily.

17 lines (16 loc) 638 B
import type { DirectCallListener } from '../types'; export declare const noop: () => void; export declare const noopDirectCallListener: DirectCallListener; export declare const noopRoomListener: { onPropertyUpdatedManually: () => void; onDeleted: () => void; onError: () => void; onRemoteParticipantEntered: () => void; onRemoteParticipantExited: () => void; onRemoteParticipantStreamStarted: () => void; onAudioDeviceChanged: () => void; onRemoteVideoSettingsChanged: () => void; onRemoteAudioSettingsChanged: () => void; onCustomItemsUpdated: () => void; onCustomItemsDeleted: () => void; };