channelMediaRelayPermissionDenied constant

int const channelMediaRelayPermissionDenied

媒体流转发权限不足

原因通常包括:

  • 源房间的房间类型为双人房间(1V1模式)。此时无法转发媒体流。
  • 调用 NERtcEngine.startChannelMediaRelay 开启媒体流转发的成员角色为观众角色,仅主播角色可以转发媒体流。

Implementation

static const int channelMediaRelayPermissionDenied = 30111;