Skip to content

Commit

Permalink
fix type after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Mar 20, 2024
1 parent d1573a0 commit b77ca65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-rtc/livekit/rtc/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class RoomOptions:
@dataclass
class DataPacket:
data: bytes
kind: Dict[str, str]
kind: proto_room.DataPacket.Kind.ValueType
participant: Optional[RemoteParticipant] = (
None # None when the data has been sent by a server SDK
)
Expand Down

0 comments on commit b77ca65

Please sign in to comment.