Skip to content

Commit

Permalink
public init for SwiftUIAudioRoutePickerButton
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Apr 8, 2024
1 parent 3dc8666 commit 8f3b9a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/LiveKit/SwiftUI/SwiftUIAudioRoutePickerButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import SwiftUI
@_implementationOnly import LiveKitWebRTC

public struct SwiftUIAudioRoutePickerButton: NativeViewRepresentable {
public init() {}

public func makeView(context _: Context) -> AVRoutePickerView {
let routePickerView = AVRoutePickerView()

Expand Down

0 comments on commit 8f3b9a3

Please sign in to comment.