Skip to content

Commit

Permalink
change connect signature
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Nov 6, 2023
1 parent 0270af7 commit 36a7d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/LiveKit/Core/Room.swift
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ public class Room: NSObject, ObservableObject, Loggable {
}

@objc
public func connect(_ url: String,
_ token: String,
public func connect(url: String,
token: String,
connectOptions: ConnectOptions? = nil,
roomOptions: RoomOptions? = nil) async throws
{
Expand Down

0 comments on commit 36a7d34

Please sign in to comment.