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.

4 lines (3 loc) 316 B
import type { AsNativeInterface, DirectCallProperties, RoomProperties } from '../types'; export declare function convertDirectCallPropsNTJ(data: AsNativeInterface<DirectCallProperties>): DirectCallProperties; export declare function convertGroupCallPropsNTJ(data: AsNativeInterface<RoomProperties>): RoomProperties;