Open-Video-chat icon indicating copy to clipboard operation
Open-Video-chat copied to clipboard

An open source video conferencing tool for the XO laptop

Results 21 Open-Video-chat issues
Sort by recently updated
recently updated
newest added

RTP could be used to encode and further improve upon latency. May not be possible in 0.10 GStreamer connections.

The method to send a message accepts a callback method for when the server has received it. This would allow an aesthetic modification, such as grey to black text, to...

Like the active account, it would be nice to have indicators for any Contact's who've send us (unread) messages. Perhaps even adding a filter to display only Contacts with a...

Currently we open a TextBuffer per contact established, which will retain a chat log for each user. To support retaining this information we need to better understand and implement the...

Non-Functional enhancement add an indicator field with an icon to depict which account is currently active, OR find a way to select the active account in the list from code...

Add to account_manager.py for the GtkEntry used for the password. Icons can be added to either side with tooltip text and click functionality, this should be used to create a...

Add conditions to prevent changing accounts if video communication is active.

Clearly identify all required classes, objects, components, and requirements based on the activity diagrams for development.

A system to keep track of the iterator positions in the TextBuffer's and allow for decoration via tags to add boldness, colors, and font sizes would be very useful to...

This is a new/planned feature. By connecting to the signal `status-changed` on both the users account(s) and the contacts we can handle various situations such as lost connection for the...