failure constant Null safety

int const failure

Failed to relay media streams. /// Possible reasons:

  • reserveInvalidParameter(414): request parameter error.
  • channelMediaRelayInvalidState(30110): Repeatedly call startChannelMediaRelay.
  • channelMediaRelayPermissionDenied(30111): No permissions to relay the media stream. For example, media stream relay is not allowed if audiences call startChannelMediaRelay or in one-on-one call rooms.
  • channelMediaRelayStopFailed(30112):The startChannelMediaRelay method is not called before stopChannelMediaRelay.

Implementation

static const int failure = 100;