@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.
12 lines (11 loc) • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NativeQueryType = void 0;
let NativeQueryType = exports.NativeQueryType = /*#__PURE__*/function (NativeQueryType) {
NativeQueryType["DIRECT_CALL_LOG"] = "DIRECT_CALL_LOG";
NativeQueryType["ROOM_LIST"] = "ROOM_LIST";
return NativeQueryType;
}({});
//# sourceMappingURL=Query.js.map