Type alias SignalingNotifyNetworkStatus

SignalingNotifyNetworkStatus: {
    event_type: "network.status";
    type: "notify";
    unstable_level: 0 | 1 | 2 | 3;
}

Type declaration

  • event_type: "network.status"
  • type: "notify"
  • unstable_level: 0 | 1 | 2 | 3

Generated using TypeDoc