channelMediaRelayPermissionDenied constant Null safety

int const channelMediaRelayPermissionDenied

No permissions to relay media streams

Reasons: -The type of the source room is a double room (1V1 mode). The media stream cannot be relayed at this moment. The member role that calls startChannelMediaRelay to relay media stream is audience. Only users of host role can relay the media stream.

Implementation

static const int channelMediaRelayPermissionDenied = 30111;