Skip to content

Commit 733080c

Browse files
committed
fix(android): native api usage fix
1 parent 4144208 commit 733080c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

packages/audio/platforms/android/native-api-usage.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@
1616
"android.media:MediaRecorder",
1717
"android.media:MediaRecorder.OnErrorListener",
1818
"android.media:MediaRecorder.OnInfoListener",
19-
"com.github.squti.androidwaverecorder:WaveRecorder",
20-
"com.github.squti.androidwaverecorder:WaveConfig"
19+
"com.kailashdabhi.omrecorder:OmRecorder",
20+
"com.kailashdabhi.omrecorder:Recorder",
21+
"com.kailashdabhi.omrecorder:PullTransport",
22+
"com.kailashdabhi.omrecorder:PullTransport.Default",
23+
"com.kailashdabhi.omrecorder:PullableSource",
24+
"com.kailashdabhi.omrecorder:PullableSource.Default",
25+
"com.kailashdabhi.omrecorder:AudioRecordConfig",
26+
"com.kailashdabhi.omrecorder:AudioRecordConfig.Default"
2127
]
2228
}

0 commit comments

Comments
 (0)