Skip to content

Commit

Permalink
api change
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilla-luodan committed Oct 14, 2024
1 parent 3ad4717 commit 4a08206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dita/RTC-NG/API/class_channelmediaoptions.dita
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
public audioDelayMs?:number;

public mediaPlayerAudioDelayMs?:number;

public token?:string;

public enableBuiltInMediaEncryption?:boolean;

Expand Down
2 changes: 1 addition & 1 deletion dita/RTC-NG/API/class_musiccontentcenterconfiguration.dita
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

public eventHandler?:IMusicContentCenterEventHandler

public mccDomain:string = ""
public mccDomain?:string
}</codeblock>
<codeblock props="ios mac" outputclass="language-objectivec">__attribute__((visibility("default"))) @interface AgoraMusicContentCenterConfig : NSObject
@property(assign, nonatomic) AgoraRtcEngineKit* _Nullable rtcEngine;
Expand Down

0 comments on commit 4a08206

Please sign in to comment.