@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.
15 lines (13 loc) • 460 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ParticipantState = void 0;
let ParticipantState;
exports.ParticipantState = ParticipantState;
(function (ParticipantState) {
ParticipantState["ENTERED"] = "ENTERED";
ParticipantState["CONNECTED"] = "CONNECTED";
ParticipantState["EXITED"] = "EXITED";
})(ParticipantState || (exports.ParticipantState = ParticipantState = {}));
//# sourceMappingURL=Participant.js.map
;