Commit b5eed548 authored by Adrian Georgescu's avatar Adrian Georgescu

Lower case status text

parent 1d9f3794
...@@ -414,7 +414,7 @@ class SessionItem(QObject): ...@@ -414,7 +414,7 @@ class SessionItem(QObject):
def _NH_AudioStreamICENegotiationStateDidChange(self, notification): def _NH_AudioStreamICENegotiationStateDidChange(self, notification):
if notification.data.state == 'ICE Candidates Gathering': if notification.data.state == 'ICE Candidates Gathering':
self.status = Status('Gathering ICE Candidates') self.status = Status('Gathering ICE candidates')
elif notification.data.state == 'ICE Session Initialized': elif notification.data.state == 'ICE Session Initialized':
self.status = Status('Connecting...') self.status = Status('Connecting...')
elif notification.data.state == 'ICE Negotiation In Progress': elif notification.data.state == 'ICE Negotiation In Progress':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment