channelMediaRelayInvalidState constant Null safety

int const channelMediaRelayInvalidState

The typical reason is repeated calling startChannelMediaRelay. If you want to call the startChannelMediaRelay method for another time, you must first call the stopChannelMediaRelay method to exit the current relaying status.

Implementation

static const int channelMediaRelayInvalidState = 30110;