dyte_core_platform_interface 0.2.5 dyte_core_platform_interface: ^0.2.5 copied to clipboard
A common platform interface for the dyte_core plugin.
0.2.5 #
- FIX: Add designToken parameter to onMetaUpdate method and update dependencies.
- FIX: videoview controller added.
- FIX: add closeActiveStream method.
- FIX: (dyte_core_android) remove unessential videoView controller.
- FIX: ios boolean decoding.
- FIX: core video view.
- FIX: add closeActiveStream method.
- FIX: (dyte_core_android) remove unessential videoView controller.
- FIX: ios boolean decoding.
- FEAT: added equality to types.
- FEAT: added equality to types.
0.2.4+1 #
- REFACTOR: updated onPluginMessage callback to return a
DytePlugin
,eventName
anddata
.
0.2.4 #
- FEAT: added api for broadcastMessage.
0.2.3+1 #
- REFACTOR: add return type for stage event listener callbacks.
- REFACTOR: remove outdated livestream callbacks.
- REFACTOR: [participant event listener] mark screenshare started/ended as depracated, introduce replacement callbacks.
- REFACTOR: remove getter in DyteLivestream class.
- FIX: Refactor DyteScreenShareMeetingParticipant to use.
- FIX: Update android dependencies and fix code issues.
- FIX: changing DyteMeetingParticipant -> DyteWaitlistedParticipant in DyteWaitingRoomEventsListener.
- FIX: added onParticipantStarted/StoppedPresenting in Stage events listener, mark onPresentRequestAccepted as depracated.
- FIX: parse stage requests.
- FIX: removed publish_to.
0.2.3 #
- REFACTOR : Renamed DyteRoomParticipants -> DyteParticipants, DyteLocalUser -> DyteSelfUser.
- FEAT : added add/removeParticipantUpdateListener(s) method for a particular participant.
0.2.2 #
- REFACTOR: moved onStageStatusUpdated callback from SelfEventsListener to StageEventsListener.
- FIX: commonize api changes with core.
- FEAT: add connection methods.
0.2.1+1 #
- FIX: lint warnings.
0.2.1 #
- REFACTOR: made switchCamera() call synchronous.
- REFACTOR: minor refactor.
- FIX: typo.
- FIX: gesture detector applied to android only.
- FIX: videoview fix.
- FIX: lifeycle methods added for videoview.
- FEAT: added lifecyle based video refresh.
Dyte Core Platform Interface #
0.1.0+1 #
- Initial release.
0.1.0+2 #
- Exported
DyteAudioDevice
andDyteVideoDevice
.
0.1.0+3 #
- Added support for plugins
- Added suport for polls
- Added pagination
- Added support for recording
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.1+1 #
- Fix build release bug.
- Code cleanup.
0.1.1+2 #
- Changed android core version to
1.11.0
0.1.1+3 #
- Fix
pod install
error for fetchingDyteiOSCore
.
0.1.1+4 #
- Introduced special
DyteMeetingInfoV1
class for v1 meeting. - Introduced
DyteRecordingEventsListener
channel for recording callbacks. - Introduced
DyteWaitingRoomEventsListener
for waiting room callbacks. - Added
PluginView
andScreenshareView
,DytePluginApi
,DyteRoomType
. - Added
DyteRoomType
enum defining different types of rooms. - Renamed
roomTitle
tomeetingTitle
inDyteMeta
. - Aspect Ratio set to 16:9 for screenshare.
0.1.1+5 #
- Add plugins support
- Implemented host controls
- Implemented plugins
0.1.2+0 #
- Added reconnection APIs
- VideoView tear for ios fix
0.1.3 #
- Added support for simulators.
getSelectedAudioDevice()
andgetSelectedVideoDevice()
returns nullables.
0.2.0 #
- Added Livestream view support.
- Added stage management methods for livestream.
- Added host controls for livestream.
0.2.0+1 #
- Updated
switchCamera()
, noDyteVideoDevice
argument required now.