PlayerErrorPlayStreamWithRoomIdIsNullWhenUsingMultiRoom constant

int const PlayerErrorPlayStreamWithRoomIdIsNullWhenUsingMultiRoom

Description: In the multi-room mode, the roomID parameter of the play stream cannot be empty.
Cause: The roomID parameter of the pull stream is empty.
Solutions: Please enter the correct roomID.

Implementation

static const int PlayerErrorPlayStreamWithRoomIdIsNullWhenUsingMultiRoom =
    1004071;