@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.
11 lines • 399 B
JavaScript
export let 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;
}({});
export let RoomState = /*#__PURE__*/function (RoomState) {
RoomState["OPEN"] = "OPEN";
RoomState["DELETED"] = "DELETED";
return RoomState;
}({});
//# sourceMappingURL=Room.js.map