Update app.py
Browse files
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")
|