Skip to content

Commit 68faba2

Browse files
committed
wip
1 parent 12537ed commit 68faba2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

getstream/video/rtc/connection_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ async def _on_ice_trickle(self, event):
113113
with telemetry.start_as_current_span("rtc.on_ice_trickle") as span:
114114
try:
115115
ice_candidate = json.loads(event.ice_candidate)
116-
span.set_attribute("ice_candidate", ice_candidate)
117116

118117
candidate_sdp = ice_candidate.get("candidate")
119118
span.set_attribute("candidate_sdp", candidate_sdp)

0 commit comments

Comments
 (0)