Skip to content

Commit

Permalink
fix: getApiTypeFromPreloadChannelWithUserAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Jul 5, 2023
1 parent f9cef64 commit 82b4cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/Private/internal/RtcEngineExInternal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ export class RtcEngineExInternal extends IRtcEngineExImpl {
channelId: string,
userAccount: string
): string {
return 'RtcEngine_preloadChannelWithUserAccount2';
return 'RtcEngine_preloadChannel2';
}

override getAudioDeviceManager(): IAudioDeviceManager {
Expand Down

0 comments on commit 82b4cee

Please sign in to comment.