Skip to content

Commit

Permalink
fix: initial RemoteTrackPublication muted state
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Dec 11, 2023
1 parent 0ad9342 commit 14b8400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/LiveKit/TrackPublications/TrackPublication.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public class TrackPublication: NSObject, ObservableObject, Loggable {
mimeType: info.mimeType,
simulcasted: info.simulcast,
dimensions: info.type == .video ? Dimensions(width: Int32(info.width), height: Int32(info.height)) : nil,
metadataMuted: info.muted,
encryptionType: info.encryption.toLKType(),

// store the whole info
Expand Down

0 comments on commit 14b8400

Please sign in to comment.