FRecorderStreamInfo

The information about the media streams to be recorded.

USTRUCT(BlueprintType)
struct FRecorderStreamInfo {

	GENERATED_BODY()

	UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Agora|RecorderStreamInfo")
	FString channelId;
	UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Agora|RecorderStreamInfo")
	int64 uid;

};

Attributes

channelId
The name of the channel in which the media streams publish.
uid
The ID of the user whose media streams you want to record.