anotherim/src/main/java/eu/siacs/conversations/xmpp/jingle
Daniel Gultsch 9187739450
play dial tones on STREAM_MUSIC when phone is silent
when the phone is silent only the first ~three tones are played when
attempting to play out the tone over STREAM_VOICE_CALL

it’s unclear exactly why this is the case (in the past we went back and forth
between STREAM_VOICE_CALL and STREAM_MUSIC) exactly to fix issues around silent
mode.
Apparently we failed to test this past three sounds.

This commit changes the stream back to music - but not generally as this was in
the past - but only for when the phone is on silent
2023-04-03 16:00:06 +02:00
..
stanzas fix transports/descriptions not upgraded to jingle ft 2022-12-20 19:28:47 +01:00
AbstractJingleConnection.java remove security check that ensures rtp connection was properly finished 2022-02-25 16:24:16 +01:00
ContentAddition.java prepare JingleRtpConnection for content-adds 2022-11-28 08:59:23 +01:00
DirectConnectionUtils.java switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
JingleCandidate.java automated code clean up 2021-01-23 09:25:34 +01:00
JingleConnectionManager.java ignore race condition after reject from notification 2022-08-05 10:46:15 +02:00
JingleFileTransferConnection.java take senders attr into account when converting to and from sdp 2022-11-20 17:00:40 +01:00
JingleInBandTransport.java automated code clean up 2021-01-23 09:25:34 +01:00
JingleRtpConnection.java add todo item in turn server code 2022-12-29 14:53:05 +01:00
JingleSocks5Transport.java remove logging 2021-10-02 16:54:19 +02:00
JingleTransport.java remove unused imports. 2015-08-25 12:40:22 +02:00
Media.java prepare JingleRtpConnection for content-adds 2022-11-28 08:59:23 +01:00
MediaBuilder.java payload-type and rtp-hdrext sdp parsing 2020-04-20 15:57:30 +02:00
OmemoVerification.java report fingerprint missmatch as securiy exception 2021-05-08 10:35:07 +02:00
OmemoVerifiedRtpContentMap.java ground work for omemo dtls verification 2021-03-02 21:13:49 +01:00
OnFileTransmissionStatusChanged.java code clean up 2015-10-12 12:36:54 +02:00
OngoingRtpSession.java switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
OnJinglePacketReceived.java code clean up 2015-10-12 12:36:54 +02:00
OnPrimaryCandidateFound.java code clean up 2015-10-12 12:36:54 +02:00
OnTransportConnected.java automated code clean up 2021-01-23 09:25:34 +01:00
RtpCapability.java do not use offline fallback rtp capability if account is disabled 2021-01-26 09:35:03 +01:00
RtpContentMap.java prepare JingleRtpConnection for content-adds 2022-11-28 08:59:23 +01:00
RtpEndUserState.java prepare JingleRtpConnection for content-adds 2022-11-28 08:59:23 +01:00
SessionDescription.java prepare JingleRtpConnection for content-adds 2022-11-28 08:59:23 +01:00
SessionDescriptionBuilder.java payload-type and rtp-hdrext sdp parsing 2020-04-20 15:57:30 +02:00
ToneManager.java play dial tones on STREAM_MUSIC when phone is silent 2023-04-03 16:00:06 +02:00
TrackWrapper.java prepare JingleRtpConnection for content-adds 2022-11-28 08:59:23 +01:00
VideoSourceWrapper.java make sure we don’t dispose video source twice 2022-12-30 12:16:19 +01:00
WebRTCWrapper.java make sure we don’t dispose video source twice 2022-12-30 12:16:19 +01:00