@phenixrts/sdk
Version:
JavaScript SDK
21 lines (20 loc) • 447 B
TypeScript
declare enum PublisherState {
Initializing = 0,
Offline = 1,
Starting = 2,
Publishing = 3,
Recovering = 4,
Reconnecting = 5,
Stopped = 6,
Unauthorized = 7,
GeoRestricted = 8,
GeoBlocked = 9,
UnsupportedFeature = 10,
NotFound = 11,
ConfigurationError = 12,
TransientConfigurationError = 13,
ConnectionError = 14,
ClientStartError = 15,
Error = 16
}
export default PublisherState;