Skip to content

Commit

Permalink
[AUTO] Generate comments by iris-doc (#703)
Browse files Browse the repository at this point in the history
Co-authored-by: LichKing-2234 <LichKing-2234@users.noreply.github.com>
  • Loading branch information
LichKing-2234 and LichKing-2234 authored Sep 12, 2023
1 parent d7415f4 commit d08ccb7
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions src/AgoraBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,7 @@ export enum LocalAudioStreamError {
*/
LocalAudioStreamErrorDeviceNoPermission = 2,
/**
* @ignore
* 3: The local audio capture device is already in use. Remind your users to check whether another application occupies the microphone. Local audio capture automatically resumes after the microphone is idle for about five seconds. You can also try to rejoin the channel after the microphone is idle.
*/
LocalAudioStreamErrorDeviceBusy = 3,
/**
Expand Down Expand Up @@ -3094,7 +3094,7 @@ export enum ConnectionChangedReasonType {
*/
ConnectionChangedClientIpAddressChanged = 13,
/**
* 14: Timeout for the keep-alive of the connection between the SDK and the Agora edge server. The connection state changes to .
* 14: Timeout for the keep-alive of the connection between the SDK and the Agora edge server. The SDK tries to reconnect to the server automatically.
*/
ConnectionChangedKeepAliveTimeout = 14,
/**
Expand Down
2 changes: 1 addition & 1 deletion src/IAgoraMediaEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export abstract class IMediaEngine {
* Ensure that you call this method before joining a channel.
* When handling the video data returned in the callbacks, pay attention to the changes in the width and height parameters, which may be adapted under the following circumstances:
* When network conditions deteriorate, the video resolution decreases incrementally.
* If the user adjusts the video profile, the resolution of the video returned in the callbacks also changes. After registering the raw video observer, you can use the obtained raw video data in various video pre-processing scenarios, such as implementing virtual backgrounds and image enhacement scenarios by yourself, Agora provides some open source sample projects on GitHub for your reference.
* If the user adjusts the video profile, the resolution of the video returned in the callbacks also changes.
*
* @param observer The observer instance. See IVideoFrameObserver.
*
Expand Down
Loading

0 comments on commit d08ccb7

Please sign in to comment.