Skip to content

Commit d223ee1

Browse files
committed
fix default value
1 parent 0bc4c08 commit d223ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Agora-Unreal-SDK-CPP-Example/Source/AgoraExample/MediaplayerWidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class AGORAEXAMPLE_API UMediaplayerWidget : public UBaseAgoraUserWidget, public
9595

9696
std::string ChannelName;
9797

98-
bool bURLOpen;
98+
bool bURLOpen = true;
9999

100100
void InitAgoraEngine(FString APP_ID, FString TOKEN, FString CHANNEL_NAME);
101101

0 commit comments

Comments
 (0)