Skip to content

Commit

Permalink
feat(lib): set publish name to streamkey so HK sends a FCUnpublished
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jun 10, 2024
1 parent a67d1e6 commit ad829dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ApiVideoLiveStream/ApiVideoLiveStream.swift
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ public class ApiVideoLiveStream {
self.streamKey = streamKey
self.url = url

self.rtmpStream.fcPublishName = streamKey
self.rtmpConnection.connect(url)
}

Expand Down

0 comments on commit ad829dc

Please sign in to comment.