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.

13 lines (12 loc) 412 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ParticipantState = void 0; let ParticipantState = exports.ParticipantState = /*#__PURE__*/function (ParticipantState) { ParticipantState["ENTERED"] = "ENTERED"; ParticipantState["CONNECTED"] = "CONNECTED"; ParticipantState["EXITED"] = "EXITED"; return ParticipantState; }({}); //# sourceMappingURL=Participant.js.map