Skip to content

Commit b72494a

Browse files
committed
fix: initial RemoteTrackPublication muted state
1 parent 0e5c349 commit b72494a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/LiveKit/TrackPublications/TrackPublication.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public class TrackPublication: NSObject, ObservableObject, Loggable {
110110
mimeType: info.mimeType,
111111
simulcasted: info.simulcast,
112112
dimensions: info.type == .video ? Dimensions(width: Int32(info.width), height: Int32(info.height)) : nil,
113+
metadataMuted: info.muted,
113114
encryptionType: info.encryption.toLKType(),
114115

115116
// store the whole info

0 commit comments

Comments
 (0)