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

Commit

Permalink
Serialization v4
Browse files Browse the repository at this point in the history
  • Loading branch information
karkakol committed Jan 15, 2024
1 parent 180f503 commit c6430e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/MembraneRTC/Events/Event.swift
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ public struct TracksAddedEvent: ReceivableEvent, Codable {
}


let type: ReceivableEventType
let data: Data
public let type: ReceivableEventType
public let data: Data
}

struct TracksRemovedEvent: ReceivableEvent, Codable {
Expand Down

0 comments on commit c6430e0

Please sign in to comment.