@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.
17 lines (16 loc) • 551 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.RoomType = exports.RoomState = void 0;
let RoomType = exports.RoomType = /*#__PURE__*/function (RoomType) {
RoomType["SMALL_ROOM_FOR_VIDEO"] = "SMALL_ROOM_FOR_VIDEO";
RoomType["LARGE_ROOM_FOR_AUDIO_ONLY"] = "LARGE_ROOM_FOR_AUDIO_ONLY";
return RoomType;
}({});
let RoomState = exports.RoomState = /*#__PURE__*/function (RoomState) {
RoomState["OPEN"] = "OPEN";
RoomState["DELETED"] = "DELETED";
return RoomState;
}({});
//# sourceMappingURL=Room.js.map