Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Sep 27, 2023
1 parent e1e0cfd commit b53ee18
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions lib/src/agora_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3996,10 +3996,6 @@ class LocalTranscoderConfiguration {
/// The error code of the local video mixing failure.
@JsonEnum(alwaysCreate: true)
enum VideoTranscoderError {
/// @nodoc
@JsonValue(0)
vtErrOk,

/// 1: The selected video source has not started video capture. You need to create a video track for it and start video capture.
@JsonValue(1)
vtErrVideoSourceNotReady,
Expand Down
1 change: 0 additions & 1 deletion lib/src/agora_base.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/src/binding/event_handler_param_json.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5769,7 +5769,8 @@ void generatedTestCases(IrisTester irisTester) {
alpha: streamAlpha,
mirror: streamMirror,
);
const VideoTranscoderError error = VideoTranscoderError.vtErrOk;
const VideoTranscoderError error =
VideoTranscoderError.vtErrVideoSourceNotReady;

final eventJson = {
'stream': stream.toJson(),
Expand Down Expand Up @@ -5884,3 +5885,4 @@ void generatedTestCases(IrisTester irisTester) {
timeout: const Timeout(Duration(minutes: 1)),
);
}

0 comments on commit b53ee18

Please sign in to comment.