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