agora-appbuilder-core 4.0.30-1 → 4.0.30-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1170,14 +1170,14 @@ export default class RtcEngine {
|
|
|
1170
1170
|
`RTC [createClient] creating user and screen client with profile ${profile}`,
|
|
1171
1171
|
);
|
|
1172
1172
|
this.client = AgoraRTC.createClient({
|
|
1173
|
-
codec: '
|
|
1173
|
+
codec: 'vp8',
|
|
1174
1174
|
mode:
|
|
1175
1175
|
profile === ChannelProfileType.ChannelProfileLiveBroadcasting
|
|
1176
1176
|
? mode.live
|
|
1177
1177
|
: mode.rtc,
|
|
1178
1178
|
});
|
|
1179
1179
|
this.screenClient = AgoraRTC.createClient({
|
|
1180
|
-
codec: '
|
|
1180
|
+
codec: 'vp8',
|
|
1181
1181
|
mode:
|
|
1182
1182
|
profile === ChannelProfileType.ChannelProfileLiveBroadcasting
|
|
1183
1183
|
? mode.live
|