You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[options.uid,localTracks.audioTrack,localTracks.videoTrack]=awaitPromise.all([// Join the channel.client.join(options.appid,options.channel,options.token||null,options.uid||null),// Create tracks to the local microphone and camera.AgoraRTC.createMicrophoneAudioTrack({AEC: true,AGC: true,ANS: true,encoderConfig: {bitrate: 128}}),AgoraRTC.createCameraVideoTrack({encoderConfig: {width: 1920,height: 1080,bitrateMin: 1000,bitrateMax: 2000,frameRate: 30,}})]);
The text was updated successfully, but these errors were encountered:
When I run the sample code basicVideoCall.js with some modifications, and repeat Join and Leave, Google Chrome often freezes.
OS: Windows 10 Pro
Chrome Version: 92.0.4515.131(Official Build) (64 bit)
The modifications are as follows.
Create an RTC client with h.264, dualstream
Add parameters to AudioTrack and VideoTrack.
The text was updated successfully, but these errors were encountered: