Skip to content

Commit

Permalink
param fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Mar 2, 2022
1 parent 50604dc commit 5f87018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/Controllers/RoomContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ final class RoomContext: ObservableObject {

let connectOptions = ConnectOptions(
autoSubscribe: !publish && autoSubscribe, // don't autosubscribe if publish mode
publish: publish ? "publish_\(UUID().uuidString)" : nil
publishOnlyMode: publish ? "publish_\(UUID().uuidString)" : nil
)

let roomOptions = RoomOptions(
Expand Down

0 comments on commit 5f87018

Please sign in to comment.