dyte_core 0.3.9+1 dyte_core: ^0.3.9+1 copied to clipboard
Dyte core SDK
0.3.9+1 #
- PATCH: Handle exception when depracated
onActiveTabUpdate
callback is received.
0.3.9 #
- FEAT: Parse all design tokens from preset via
DyteDesignTokens
classes, returned viaDyteDataEventsListener
'sonMetaUpdate()
callback. - FIX: iOS Screenshare.
- FIX: Return appropriate error details from core, upgraded to mobile-core v1.38.2, DyteFlutterCoreKMM/io.dyte:mobile-core-bridge v1.4.2.
- FEAT: Introduced
resetValue()
function to resetdesignToken
, the instance ofDyteDesignTokens
.
0.3.8 #
- FIX: stuck on loader issue.
- CHORE: Added Privacy Manifest for iOS release.
- CHORE: Upgraded to mobile-core v1.38.0 & 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
,dyte_mobile-core-bridge:1.3.8
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
bridge
v1.3.7,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 io.dyte:core to v1.34.1 & DyteFlutterCoreKMM to v1.34.1
0.3.4 #
- FIX: Fixed on removed callback in roomnode meetings.
0.3.3 #
- Updated bridge to version io.dyte:mobile-core-bridge:1.3.2
- Exposed stageStatus property for DyteParticipant object.
- Webinar callback fixes.
0.3.2 #
- Changed the
release()
method api introduced in 0.3.1 toreleaseMeeting()
. Now,dyteMobileClient.releaseMeeting()
method needs to be called when user exits from setup screen. - Added
onMeetingRecordingPauseError()
andonMeetingRecordingResumeError()
methods inDyteRecordingEventsListener
.
0.3.1 #
- Added
release()
meeting method fordyteMobileClient
. This method needs to be called when user exits from setup screen.
0.3.0 #
- Changed the core from io.dyte:core to io.dyte:mobile-core-bridge v1.3.0 for dyte_core_android.
- Changed the core from DyteiOSCore to DyteFlutterCoreKMM v1.3.0 for dyte_core_ios.
- Supports io.dyte:core v1.32.0.
- Supports DyteiOSCore v1.32.0.
0.2.4+3 #
- Added support for screenshare.
0.2.3+1 #
- FEAT: updated to DyteiOSCore v1.29.1
- FEAT: updated to dyte:core c1.29.1
- REFACTOR: updated onPluginMessage callback to return a
DytePlugin
,eventName
anddata
.
0.2.3 #
- FEAT: Added support for Broadcast Message.
0.2.2+1 #
- 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 - FIX: Updated
DyteiOSCore
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+1 #
- REFACTOR: moved onStageStatusUpdated callback from SelfEventsListener to StageEventsListener.
- FIX: commonize api changes with core.
0.2.1 #
- (dyte_core_android) Remove
DyteFlutterEngine
instance cache. - Introduced stage methods with central stage APIs.
0.2.0+4 #
- Update a dependency to the latest release.
0.2.0+3 #
- FIX: add/remove listener.
0.2.0+2 #
- FIX: changed android version to 1.19.15.
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+3 #
- Added fix for
dyteClientAndroid
late initialise error.
0.1.3+2 #
- Added fix for
dyteClientAndroid
late initialise error.
0.1.3+1 #
- Fix crash on
nil
VideoView on iOS.
0.1.3 #
- Added support for simulator.
- Updated
io.dyte.core
to v1.17.0,DyteiOSCore
to v0.5.0. - Handle nullability for
getSelectedAudioDevice()
andgetSelectedVideoDevice()
. - Fix v1 meeting support.
0.1.2+0 #
- added reconnection APIs
- VideoView tear for ios fix.
0.1.1+6 #
- Exported
DyteJoinedMeetingParticipant
.
0.1.1+5 #
- Add plugins support
- Implemented host controls
- Implemented plugins
0.1.1+4 #
- Introduced
DytePollEventsListener
class for poll related callbacks. - Introduced
DyteRoomType
enum class for different type of meetings in Dyte SDK. - Introduced Screenshare View support.
- Introduced Plugin View support.
- Added remove event listener methods.
- Added
DyeDataUpdateListener
to get screenshare update, plugin update, room metadata, self permissions update. - 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.
- Renamed
roomTitle
tomeetingTitle
inDyteMeta
.
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 - Migrated DyteiOSCore to
0.3.2
0.1.0+4 #
- Added support for plugins
- Added suport for polls
- Added pagination
- Added support for recording
0.1.0+3 #
- Changed internal dependencies to latest.
0.1.0+2 #
- added readme.
0.1.0+1 #
- Initial release of this plugin.