~singpolyma/cheogram-android

08d5f35b72281c01f245dc88463b476f86bfd981 — Stephen Paul Weber 6 months ago d0c05df
Another log to help track down call retraction issues
1 files changed, 1 insertions(+), 0 deletions(-)

M src/cheogram/java/com/cheogram/android/ConnectionService.java
M src/cheogram/java/com/cheogram/android/ConnectionService.java => src/cheogram/java/com/cheogram/android/ConnectionService.java +1 -0
@@ 240,6 240,7 @@ public class ConnectionService extends android.telecom.ConnectionService {

		@Override
		public void onJingleRtpConnectionUpdate(final Account account, final Jid with, final String sessionId, final RtpEndUserState state) {
			Log.d("com.cheogram.android.CheogramConnection", "onJingleRtpConnectionUpdate: " + with + " " + sessionId + " (== " + this.sessionId + " )? " + state);
			if (sessionId == null || !sessionId.equals(this.sessionId)) return;
			if (rtpConnection == null) {
				this.with = with; // Store full JID of connection