dyte_core_android 0.3.8 dyte_core_android: ^0.3.8 copied to clipboard
Android implementation of the dyte_core plugin
0.3.8 #
- Fix: stuck on loader issue.
- Chore: Added Privacy Manifest for iOS release.
- Chore: Upgraded to mobile-core v1.38.0 & mobile-core-bridge v1.4.0
0.3.7 #
- FIX: Meeting room title if null, now doesn't trigger
onMeetingInitFailed
callback. - REFACTOR: Removed
onMeetingROomConnectionError
, introducedonMeetingEnded
,onActiveTabUpdateCallback
. - REFACTOR: Added
cleanNativeListener
callbacks for all listeners with async method, need to be called when exiting the Dyte Client SDK. - FIX: added
onPermissionsUpdate
callback in SelfEventsListener. - FIX: Introduced
DyteActiveTab
class. - FIX: Upgraded to
io:dyte.core:1.36.1
,io.dyte:mobile-core-bridge:1.3.8
. - REFACTOR: (dyte_core_android) dispose listeners if any of the meeting exit callback occur.
0.3.6 #
- FIX: Added
cleanAllNativeListeners()
method which needs to be called when you're done with current session of dyte meeting to cleanly remove listeners.
0.3.5+1 #
- FIX: Fixes on-stage viewer not able to share screen bug.
- FIX: Adds
canSend
permission in ChatPermissions. - FIX: Upgraded to
mobile-core-bridge
v1.3.7,io.dyte:core
v1.34.5.
0.3.5 #
- FIX: Fixes
onMeetingInitFailed()
issue. - REFACTOR: Populate error details log on
onMeetingInitFailed()
/onMeetingRoomJoinedFailed()
, it returns exception, user needs to type-cast it toDyteError
. - REFACTOR: added a
DyteError
class. - FIX: made
release()
method async, returns a bool,true
-> if release is successful,false
-> if release is failure. - FIX: Pin/Unpin related issues.
- FIX: Update to io.dyte:core to v1.34.1
0.3.4 #
- FIX: Fixed on removed callback in roomnode meetings.
0.3.3 #
- FIX: added stageStatus property for DyteParticipant object.
- FIX: Webinar callback fixes.
- FIX: Updated bridge to version io.dyte:mobile-core-bridge:1.3.2
0.3.2 #
- FIX: changed API of
release()
introduced in v0.3.1 toreleaseMeeting()
.
0.3.1 #
- FEAT: Introduced
release()
method, to be called on dyteMobileClient when user exits from setup screen (i.e. doesn't enter the room).
0.3.0 #
- Changed the core from io.dyte:core to io.dyte:mobile-core-bridge v1.3.0.
- Supports io.dyte:core v1.32.0.
0.2.4+3 #
- Added supported for Screenshare.
0.2.3+1 #
- FEAT: updated to dyte:core v1.29.1
0.2.3 #
- FEAT: Added support for Broadcast Message.
0.2.2+1 #
- REFACTOR: [participant event listener] mark screenshare started/ended as depracated, introduce replacement callbacks.
- FIX: Update android dependencies and fix code issues.
- FIX: removed publish_to.
- FIX: changed deps version.
0.2.2 #
- FIX: Updated
io.dyte:core
to v1.23.2 - REFACTOR : Renamed DyteRoomParticipants -> DyteParticipants, DyteLocalUser -> DyteSelfUser.
- FEAT : added add/removeParticipantUpdateListener(s) for a particular participant.
- FIX : Reconnection fixes.
- FIX : Added central stage method for webinar and livestream.
0.2.1+3 #
- REFACTOR: (dyte_core_android) made enqueue download class static.
- REFACTOR: remove scope.async.
- REFACTOR: moved onStageStatusUpdated callback from SelfEventsListener to StageEventsListener.
- REFACTOR: get webinar state string from mobile-core.
- REFACTOR: get webinar state string from mobile-core.
- FIX: changed core version.
- FIX: commonize api changes with core.
- FIX: grant/deny access stage api call.
- FIX: added older stage apis for current release.
- FIX: removed DyteFlutterEngine cache.
- FIX: replace dyteMeeting -> dyteMobileClient.
- FIX: argument name in android.
- FIX: pass userId instead of id in grant/deny/kick.
- FIX: 'webinarRemovePeerFromStage' method name, multi-registering 'webinarAcceptJoinStageRequest' fix.
- FIX: argument name in android.
0.2.1+2 #
- Remove
DyteFlutterEngine
instance cache. - Introduced stage methods with central stage APIs.
0.2.1+1 #
- Update a dependency to the latest release.
0.2.1 #
- REFACTOR: made switchCamera() call synchronous.
- FIX: removed cached flutter engine on restart.
- FIX: videoview fix.
- FIX: lifeycle methods added for videoview.
- FIX: changed android version to 1.19.15.
- FEAT: added lifecyle based video refresh.
0.2.0+1 #
- Updated
switchCamera()
, noDyteVideoDevice
argument required now.
0.2.0 #
- Added Livestream view support.
- Added stage management methods for livestream.
- Added host controls for livestream.
0.1.3+2 #
- added fix for
dyteClientAndroid
late initialise error.
0.1.3+1 #
- added fix for
dyteClientAndroid
late initialise error.
0.1.3 #
- Added support for simulator.
- Updated
io.dyte.core
to v1.17.0. - Handle nullability for
getSelectedAudioDevice()
andgetSelectedVideoDevice()
. - Fix v1 meeting support.
0.1.2+0 #
- Add plugins support
- Implemented host controls
- Implemented plugins
0.1.1+4 #
- Introduced Screenshare View support.
- Introduced Plugin View support.
- Added remove event listener methods.
- Added callbacks for Screenshare and Plugin updates in meeting in
DyteDataUpdateListener
. - Added support for Waiting room, callbacks can be access through
DyteWaitingRoomEventsListener
. - Segregated classes for v1 (
DyteMeetingInfoV1
) and v2 (DyteMeetingInfoV2
) meetings. - Contains fix for attaching recording listener error.
- Contains fix for video view of remote users.
- Added functionality to Pin/Unpin participant.
0.1.1+3 #
fix pod install
error for fetching DyteiOSCore
.
0.1.1+2 #
changed android core version to 1.11.0
0.1.1+1 #
Fix build release bug. Code cleanup.
0.1.1+0 #
- Changed method channels to event channels for all listeners
- Migrated DyteCore
'io.dyte:core:1.11.0-staging.18'
for android
0.1.0+3 #
- Added support for plugins
- Added suport for polls
- Added pagination
- Added support for recording
0.1.0+2 #
- Added correct import path
0.1.0+1 #
- Initial release of this plugin.