@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.
8 lines (7 loc) • 339 B
JavaScript
// --------------- Native interfaces ---------------
export let ControllableModuleType;
(function (ControllableModuleType) {
ControllableModuleType["DIRECT_CALL"] = "DIRECT_CALL";
ControllableModuleType["GROUP_CALL"] = "GROUP_CALL";
})(ControllableModuleType || (ControllableModuleType = {}));
//# sourceMappingURL=NativeModule.js.map