dyte_core_android 0.2.3+1 dyte_core_android: ^0.2.3+1 copied to clipboard
Android implementation of the dyte_core plugin
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.