Skip to content

Commit e3d302d

Browse files
Updated protobuf codegen (#1065)
1 parent 6cc7fd7 commit e3d302d

File tree

3 files changed

+615
-0
lines changed

3 files changed

+615
-0
lines changed

Sources/StreamVideo/Models/ClientCapability.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ public enum ClientCapability: Hashable, Sendable, CaseIterable {
2929
return nil
3030
case .UNRECOGNIZED:
3131
return nil
32+
case .coordinatorStats:
33+
return nil
3234
}
3335
}
3436

0 commit comments

Comments
 (0)