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.

22 lines (18 loc) 603 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RoomType = exports.RoomState = void 0; let RoomType; exports.RoomType = RoomType; (function (RoomType) { RoomType["SMALL_ROOM_FOR_VIDEO"] = "SMALL_ROOM_FOR_VIDEO"; RoomType["LARGE_ROOM_FOR_AUDIO_ONLY"] = "LARGE_ROOM_FOR_AUDIO_ONLY"; })(RoomType || (exports.RoomType = RoomType = {})); let RoomState; exports.RoomState = RoomState; (function (RoomState) { RoomState["OPEN"] = "OPEN"; RoomState["DELETED"] = "DELETED"; })(RoomState || (exports.RoomState = RoomState = {})); //# sourceMappingURL=Room.js.map