@100mslive/react-native-room-kit
Version:
100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.
21 lines • 1.04 kB
JavaScript
export let MeetingState = /*#__PURE__*/function (MeetingState) {
MeetingState[MeetingState["NOT_JOINED"] = 0] = "NOT_JOINED";
MeetingState[MeetingState["IN_PREVIEW"] = 1] = "IN_PREVIEW";
MeetingState[MeetingState["IN_MEETING"] = 2] = "IN_MEETING";
MeetingState[MeetingState["EXITED"] = 3] = "EXITED";
MeetingState[MeetingState["MEETING_ENDED"] = 4] = "MEETING_ENDED";
MeetingState[MeetingState["ERROR"] = 5] = "ERROR";
return MeetingState;
}({});
export let NotificationTypes = /*#__PURE__*/function (NotificationTypes) {
NotificationTypes["INFO"] = "info";
NotificationTypes["ROLE_CHANGE_DECLINED"] = "role_change_declined";
NotificationTypes["RECONNECTING"] = "reconnecting";
NotificationTypes["HAND_RAISE"] = "hand_raise";
NotificationTypes["LOCAL_SCREENSHARE"] = "local_screenshare";
NotificationTypes["ERROR"] = "error";
NotificationTypes["TERMINAL_ERROR"] = "terminal_error";
NotificationTypes["POLLS_AND_QUIZZES"] = "polls_and_quizzes";
return NotificationTypes;
}({});
//# sourceMappingURL=types.js.map