-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
AgoraRTC SDK version
4.23.1
Fail Rate
100%
Link to minimal reproduction
not need link
Steps to reproduce
const microTrack = await createMicrophoneAudioTrack()
What is expected?
createMicrophoneAudioTrack(config?: MicrophoneAudioTrackInitConfig): Promise<IMicrophoneAudioTrack>
What is actually happening?
createMicrophoneAudioTrack return type is Promise<MicrophoneAudioTrack> but not the doc like: Promise<IMicrophoneAudioTrack>
https://doc.shengwang.cn/api-ref/rtc/javascript/interfaces/iagorartc.html#createmicrophoneaudiotrack
System Info
Any additional comments?
No response