Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Serialization v5
Browse files Browse the repository at this point in the history
  • Loading branch information
karkakol committed Jan 15, 2024
1 parent c6430e0 commit 0aa6d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MembraneRTC/MembraneRTC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class MembraneRTC: MulticastDelegate<MembraneRTCDelegate>, ObservableObje

private var localTracks: [LocalTrack] = []

private var localEndpoint = Endpoint(id: "", type: "webrtc", metadata: .init([:]), trackIdToMetadata: [:])
private var localEndpoint = Endpoint(id: "", type: "webrtc", metadata: .init([:]), trackIdToMetadata: [:], tracks: [:])

// mapping from peer's id to itself
private var remoteEndpoints: [String: Endpoint] = [:]
Expand Down

0 comments on commit 0aa6d18

Please sign in to comment.