SS8297 commited on
Commit
ad76a8e
·
1 Parent(s): 1d16087

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -19,6 +19,8 @@ def get_ice_servers():
19
  client = Client(account_sid, auth_token)
20
 
21
  token = client.tokens.create()
 
 
22
 
23
  def video_frame_callback(frame):
24
  img = frame.to_ndarray(format="bgr24")
 
19
  client = Client(account_sid, auth_token)
20
 
21
  token = client.tokens.create()
22
+
23
+ return token.ice_servers
24
 
25
  def video_frame_callback(frame):
26
  img = frame.to_ndarray(format="bgr24")