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.

13 lines (11 loc) 226 B
export interface AuthenticateParams { userId: string; accessToken?: string; } export interface User { isActive: boolean; userId: string; metaData: Record<string, string>; nickname: string; profileUrl: string; }