|
@@ -132,14 +132,14 @@ RCT_EXPORT_MODULE();
|
132
|
132
|
@"AudioRawFrameOperationModeReadWrite": @(AgoraAudioRawFrameOperationModeReadWrite),
|
133
|
133
|
@"VideoStreamTypeHigh": @(AgoraVideoStreamTypeHigh),
|
134
|
134
|
@"VideoStreamTypeLow": @(AgoraVideoStreamTypeLow),
|
135
|
|
- @"AgoraVideoMirrorModeAuto": @(AgoraVideoMirrorModeAuto),
|
136
|
|
- @"AgoraVideoMirrorModeEnabled": @(AgoraVideoMirrorModeEnabled),
|
137
|
|
- @"AgoraVideoMirrorModeDisabled": @(AgoraVideoMirrorModeDisabled),
|
138
|
|
- @"AgoraChannelProfileCommunication": @(AgoraChannelProfileCommunication),
|
139
|
|
- @"AgoraChannelProfileLiveBroadcasting": @(AgoraChannelProfileLiveBroadcasting),
|
140
|
|
- @"AgoraChannelProfileGame": @(AgoraChannelProfileGame),
|
141
|
|
- @"AgoraAudioMode": @(AgoraAudioMode),
|
142
|
|
- @"AgoraVideoMode": @(AgoraVideoMode),
|
|
135
|
+ @"VideoMirrorModeAuto": @(AgoraVideoMirrorModeAuto),
|
|
136
|
+ @"VideoMirrorModeEnabled": @(AgoraVideoMirrorModeEnabled),
|
|
137
|
+ @"VideoMirrorModeDisabled": @(AgoraVideoMirrorModeDisabled),
|
|
138
|
+ @"ChannelProfileCommunication": @(AgoraChannelProfileCommunication),
|
|
139
|
+ @"ChannelProfileLiveBroadcasting": @(AgoraChannelProfileLiveBroadcasting),
|
|
140
|
+ @"ChannelProfileGame": @(AgoraChannelProfileGame),
|
|
141
|
+ @"AudioMode": @(AgoraAudioMode),
|
|
142
|
+ @"VideoMode": @(AgoraVideoMode),
|
143
|
143
|
};
|
144
|
144
|
}
|
145
|
145
|
|