@@ -34,10 +34,10 @@ class RTCFactoryNative extends RTCFactory {
3434 AndroidInterruptionSource androidInterruptionSource =
3535 AndroidInterruptionSource .audioFocusAndTelephony,
3636 @Deprecated (
37- 'Audio focus in now handled in a way that does not require this parameter. It will be removed in the next major version.' )
37+ 'Audio focus is now handled in a way that does not require this parameter. It will be removed in the next major version.' )
3838 AndroidAudioAttributesUsageType ? androidAudioAttributesUsageType,
3939 @Deprecated (
40- 'Audio focus in now handled in a way that does not require this parameter. It will be removed in the next major version.' )
40+ 'Audio focus is now handled in a way that does not require this parameter. It will be removed in the next major version.' )
4141 AndroidAudioAttributesContentType ? androidAudioAttributesContentType,
4242 }) async {
4343 if (! Platform .isAndroid && ! Platform .isIOS) {
@@ -144,10 +144,10 @@ Future<void> handleCallInterruptionCallbacks(
144144 AndroidInterruptionSource androidInterruptionSource =
145145 AndroidInterruptionSource .audioFocusAndTelephony,
146146 @Deprecated (
147- 'Audio focus in now handled in a way that does not require this parameter. It will be removed in the next major version.' )
147+ 'Audio focus is now handled in a way that does not require this parameter. It will be removed in the next major version.' )
148148 AndroidAudioAttributesUsageType ? androidAudioAttributesUsageType,
149149 @Deprecated (
150- 'Audio focus in now handled in a way that does not require this parameter. It will be removed in the next major version.' )
150+ 'Audio focus is now handled in a way that does not require this parameter. It will be removed in the next major version.' )
151151 AndroidAudioAttributesContentType ? androidAudioAttributesContentType,
152152}) {
153153 return (RTCFactoryNative .instance as RTCFactoryNative )
0 commit comments