idle constant Null safety

int const idle

Initial state. After NERtcEngine.stopChannelMediaRelay is called, the media stream replay across rooms stops, and onNERtcEngineChannelMediaRelayStateDidChange is triggered

Implementation

static const int idle = 0;