outputStreamId property

String? outputStreamId
getter/setter pair

Field Meaning: The ID of the live stream output to the CDN

  • If this parameter is not set, the SDK will execute the default logic, that is, the multi-stream in the room will be mixed with the video stream of the API caller, that is, A + B = > A;
  • If you set this parameter, the SDK will mix the multiple streams in the room to the live stream ID that you specify, which is A + B = > C.

Recommended value: Default value: nil, that is, the multiple streams in the room will be mixed with the video stream of the API caller.

Implementation

String? outputStreamId;