Дамян Минков

Results 23 issues of Дамян Минков

Other modules can use module:depends("external_services").get_services; Based on https://github.com/jitsi/jitsi-meet/commit/f4c8310ea7a397e9d5cdef0a396e0f37c9e60b34

Add the menu to open a dialog and show the app version. An issue discussed in the community forum. This seems to help with that: https://www.npmjs.com/package/electron-about-window

prs-welcome

Make sure we only use /etc/jitsi/jigasi/config to configure jigasi and do not relay on editing sip-communicator.properties for configuring the sip account.

When enabled AdapterJS.options.getAllCams this adds the needed params when executing attachMediaStream. It is still not working for me for safari with latest plugin, but at least has the needed param.

If you want to use JidCreate.entityBareFromUnescaped to parse and validate a jid, there is an issue if the jid is incorrect and contains two '@' symbols. https://github.com/igniterealtime/jxmpp/blob/master/jxmpp-jid/src/main/java/org/jxmpp/jid/impl/JidCreate.java#L453 I think both...

When we receive a reinvite during a sip call with no SDP we change the current SDP if encryption was in use. Original SDP: ``` s=- c=IN IP4 10.x.x.x t=0...