Skip to content

Commit

Permalink
Merge pull request #34 from AgoraIO-Extensions/dev/wangxidong
Browse files Browse the repository at this point in the history
fix default value
  • Loading branch information
oneSitDown authored Sep 26, 2022
2 parents 0bc4c08 + d223ee1 commit 02c30f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class AGORAEXAMPLE_API UMediaplayerWidget : public UBaseAgoraUserWidget, public

std::string ChannelName;

bool bURLOpen;
bool bURLOpen = true;

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

Expand Down

0 comments on commit 02c30f5

Please sign in to comment.