package com.reactnativertmppublisher.enums;

public enum StreamState {
  CONNECTING,
  CONNECTED,
  DISCONNECTED,
  FAILED
}
