Skip to content
Snippets Groups Projects
Commit e63674bf authored by zimio's avatar zimio
Browse files

add missing argument

parent 9ed4521d
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,8 @@ class JingleFileTransfer(JingleContent):
def _on_connect_error(self, sid):
log.info('connect error, sid=' + sid)
args = {'candError' : True}
args = {'candError' : True
'sendCand' : True}
self.__sendCand(args)
def __sendCand(self, args):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment