dyte_core_ios 0.2.4+1 dyte_core_ios: ^0.2.4+1 copied to clipboard
iOS implementation of the dyte_core plugin
0.2.4+1 #
- FEAT: updated to DyteiOSCore v1.29.1
0.2.4 #
- FEAT: Added support for Broadcast Message.
0.2.3+1 #
- REFACTOR: (flutter_core_ios) parity in livestreamEventListener methods.
- REFACTOR: (flutter_core_ios) parity in roomEventListener methods.
- REFACTOR: parity changes in flutter_core_ios.
- FIX: Update DyteiOSCore to 1.25.1.
- FIX: Update android dependencies and fix code issues.
- FIX: removed publish_to.
- FIX: changed deps version.
0.2.3 #
- 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.2 #
- REFACTOR: remove microphone, camera, permission event listeners.
- REFACTOR: format all listener files.
- REFACTOR: (dyte_core_ios) added missing callbacks for ParticipantUpdateEventsListener.
- REFACTOR: (dyte_core_ios) added missing callbacks in selfEventsListener.
- REFACTOR: added missing callbacks in roomEventsListener.
- REFACTOR: remove unnecessary import.
- REFACTOR: removed duplicate method cases.
- REFACTOR: moved onStageStatusUpdated callback from SelfEventsListener to StageEventsListener.
- FIX: changed core version.
- FIX: commonize api changes with core.
- FIX: added older stage apis for current release.
- FIX: updated methods to get stageStatus same as in android.
- FIX: added updated method to get video view in ios.
- FIX: pass userId instead of id in grant/deny/kick.
- FEAT: add connection methods.
0.2.1 #
- Introduced stage methods with central stage APIs.
0.2.0+4 #
- FIX: removed depracated livestream/webinar methods.
0.2.0+3 #
- Update a dependency to the latest release.
0.2.0+2 #
- REFACTOR: made switchCamera() call synchronous.
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+1 #
- Fix crash on
nil
VideoView on iOS.
0.1.3 #
- Added support for simulator.
- Updated
DyteiOSCore
to v0.5.0 - Handle nullability for
getSelectedAudioDevice()
andgetSelectedVideoDevice()
- Fix v1 meeting support.
0.1.2+1 #
- added reconnection APIs
- VideoView tear for ios fix
0.1.1+5 #
- 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 support for Waiting room, callbacks can be access through
DyteWaitingRoomEventsListener
. - Segregated classes for v1 (
DyteMeetingInfoV1
) and v2 (DyteMeetingInfoV2
) meetings. - Contains fix for Polls.
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 DyteiOSCore to
0.3.2
0.1.0+3 #
- Added support for plugins
- Added suport for polls
- Added pagination
- Added support for recording
0.1.0+2 #
- Exported
DyteAudioDevice
andDyteVideoDevice
.
0.1.0+1 #
- Initial release.