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
* 9: (For macOS only) The video capture device currently in use is disconnected (such as being unplugged).
2050
+
* 9: (macOS only) The video capture device currently in use is disconnected (such as being unplugged).
2051
2051
*/
2052
2052
LocalVideoStreamErrorDeviceDisconnected=9,
2053
2053
/**
2054
-
* 10: (For macOS and Windows only) The SDK cannot find the video device in the video device list. Check whether the ID of the video device is valid.
2054
+
* 10: (macOS and Windows only) The SDK cannot find the video device in the video device list. Check whether the ID of the video device is valid.
2055
2055
*/
2056
2056
LocalVideoStreamErrorDeviceInvalidId=10,
2057
2057
/**
2058
2058
* 101: The current video capture device is unavailable due to excessive system pressure.
2059
2059
*/
2060
2060
LocalVideoStreamErrorDeviceSystemPressure=101,
2061
2061
/**
2062
-
* 11: (For macOS only) The shared window is minimized when you call startScreenCaptureByWindowId to share a window. The SDK cannot share a minimized window. You can cancel the minimization of this window at the application layer, for example by maximizing this window.
2062
+
* 11: (macOS only) The shared window is minimized when you call startScreenCaptureByWindowId to share a window. The SDK cannot share a minimized window. You can cancel the minimization of this window at the application layer, for example by maximizing this window.
* 12: (For macOS and Windows only) The error code indicates that a window shared by the window ID has been closed or a full-screen window shared by the window ID has exited full-screen mode. After exiting full-screen mode, remote users cannot see the shared window. To prevent remote users from seeing a black screen, Agora recommends that you immediately stop screen sharing. Common scenarios for reporting this error code:
2066
+
* 12: (macOS and Windows only) The error code indicates that a window shared by the window ID has been closed or a full-screen window shared by the window ID has exited full-screen mode. After exiting full-screen mode, remote users cannot see the shared window. To prevent remote users from seeing a black screen, Agora recommends that you immediately stop screen sharing. Common scenarios reporting this error code:
2067
2067
* When the local user closes the shared window, the SDK reports this error code.
2068
2068
* The local user shows some slides in full-screen mode first, and then shares the windows of the slides. After the user exits full-screen mode, the SDK reports this error code.
2069
2069
* The local user watches a web video or reads a web document in full-screen mode first, and then shares the window of the web video or document. After the user exits full-screen mode, the SDK reports this error code.
* 13: (For Windows only) The window being shared is overlapped by another window, so the overlapped area is blacked out by the SDK during window sharing.
2073
+
* 13: (Windows only) The window being shared is overlapped by another window, so the overlapped area is blacked out by the SDK during window sharing.
@@ -2776,7 +2776,7 @@ export class LiveTranscoding {
2776
2776
*/
2777
2777
height?: number;
2778
2778
/**
2779
-
* Bitrate of the output video stream for Media Push in Kbps. The default value is 400 Kbps.
2779
+
* Bitrate of the output video stream for Media Push in Kbps. The default value is 400 Kbps. Set this member according to the table. If you set a bitrate beyond the proper range, the SDK automatically adapts it to a value within the range.
2780
2780
*/
2781
2781
videoBitrate?: number;
2782
2782
/**
@@ -3265,7 +3265,7 @@ export enum NetworkType {
3265
3265
*/
3266
3266
NetworkTypeMobile4g=5,
3267
3267
/**
3268
-
* @ignore
3268
+
* 6: The network type is mobile 5G.
3269
3269
*/
3270
3270
NetworkTypeMobile5g=6,
3271
3271
}
@@ -3870,7 +3870,7 @@ export class ScreenCaptureParameters {
3870
3870
*/
3871
3871
bitrate?: number;
3872
3872
/**
3873
-
* Whether to capture the mouse in screen sharing: true : (Default) Capture the mouse. false : Do not capture the mouse.
3873
+
* Whether to capture the mouse in screen sharing: true : (Default) Capture the mouse. false : Do not capture the mouse. Due to macOS system restrictions, setting this parameter to false is ineffective during screen sharing (it has no impact when sharing a window).
* The absolute path (including the filename extensions) of the recording file. For example: C:\music\audio.mp4. Ensure that the directory for the log files exists and is writable.
3966
+
* The absolute path (including the filename extensions) of the recording file. For example: C:\music\audio.aac. Ensure that the directory for the log files exists and is writable.
* 1: Video content moderation. SDK takes screenshots, inspects video content of the video stream in the channel, and uploads the screenshots and moderation results.
263
+
* @ignore
264
264
*/
265
265
ContentInspectModeration=1,
266
266
/**
267
267
* @ignore
268
268
*/
269
269
ContentInspectSupervision=2,
270
270
/**
271
-
* @ignore
271
+
* 3: Video screenshot and upload via extensions from Agora Extensions Marketplace. SDK uses video moderation extensions from Agora Extensions Marketplace to take screenshots of the video stream in the channel and uploads them.
@@ -588,7 +588,7 @@ export class ExternalVideoFrame {
588
588
*/
589
589
alphaBuffer?: Uint8Array;
590
590
/**
591
-
* @ignore
591
+
* This parameter only applies to video data in Windows Texture format. It represents an index of an ID3D11Texture2D texture object used by the video frame in the ID3D11Texture2D array.
* The media player supports setting private options by key and value. Under normal circumstances, you do not need to know the private option settings, and just use the default option settings.
216
-
* Ensure that you call this method before open.
217
-
* If you need to push streams with SEI into the CDN, call setPlayerOptionInString ("sei_data_with_uuid", 1); otherwise, the loss of SEI might occurs.
0 commit comments