jiti-meet/android/sdk/src
paweldomas 565fd37f28 fix(Android|PiP): do not invoke 'enterPictureInPicture' in PAUSED state
Activity.enterPictureInPictureMode method must be invoked synchronously
on userLeaveHint callback in order to be sure that the current Activity
is still visible (does not transit to PAUSED state). Previously if the
asynchronous processing would be delayed enough for the Activity to go
into the PAUSED state it will be too late to go into the PiP mode.
2018-05-02 17:06:24 +02:00
..
main fix(Android|PiP): do not invoke 'enterPictureInPicture' in PAUSED state 2018-05-02 17:06:24 +02:00
test/java/org/jitsi/meet/sdk/net feat(android): support NAT64 2018-04-05 10:21:59 -05:00