Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gredajustyna committed Oct 8, 2024
1 parent e328749 commit aecb0b6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ import android.util.Log
import org.webrtc.audio.AudioDeviceModule
import org.webrtc.audio.JavaAudioDeviceModule

fun createAudioDeviceModule(appContext: Context, audioAttributes: AudioAttributes): AudioDeviceModule {
fun createAudioDeviceModule(
appContext: Context,
audioAttributes: AudioAttributes
): AudioDeviceModule {
val audioRecordErrorCallback =
object : JavaAudioDeviceModule.AudioRecordErrorCallback {
override fun onWebRtcAudioRecordInitError(errorMessage: String?) {
Expand Down

0 comments on commit aecb0b6

Please sign in to comment.