@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 (11 loc) • 391 B
JavaScript
export let RoomType;
(function (RoomType) {
RoomType["SMALL_ROOM_FOR_VIDEO"] = "SMALL_ROOM_FOR_VIDEO";
RoomType["LARGE_ROOM_FOR_AUDIO_ONLY"] = "LARGE_ROOM_FOR_AUDIO_ONLY";
})(RoomType || (RoomType = {}));
export let RoomState;
(function (RoomState) {
RoomState["OPEN"] = "OPEN";
RoomState["DELETED"] = "DELETED";
})(RoomState || (RoomState = {}));
//# sourceMappingURL=Room.js.map