Skip to content

Commit

Permalink
adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Mar 8, 2022
1 parent 562d94a commit 5f212a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Shared/ParticipantView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ struct ParticipantView: View {
.background(Color.black.opacity(0.5))
.cornerRadius(8)
}
.padding()
.padding(5)
}
}
} else if let publication = participant.mainVideoPublication as? RemoteTrackPublication,
Expand Down
2 changes: 1 addition & 1 deletion iOS/BroadcastExt/SampleHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SampleHandler: RPBroadcastSampleHandler {
let connectOptions = ConnectOptions(
// do not subscribe since this is for publish only
autoSubscribe: false,
publish: "screen_share"
publishOnlyMode: "screen_share"
)

let roomOptions = RoomOptions(
Expand Down

0 comments on commit 5f212a7

Please sign in to comment.