File tree Expand file tree Collapse file tree 7 files changed +10
-4
lines changed
Expand file tree Collapse file tree 7 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1- ## 1.0.31
1+ ## 1.0.19
2+ - Fixed sound artifacts which could appear when SDK hosts conference call
3+ - Added ability to skip registration request when SDK has been succfully registered less than 1sec ago
4+ //2025.12.05
5+
6+ ## 1.0.18
27- Updated upgradeToVideo implementation. Added new mode 'manual'
38- Added new event 'onCallVideoUpgradeRequested'
49 Triggered when specified 'acc.upgradeToVideo=manual' and remote side requests to add video
Original file line number Diff line number Diff line change @@ -363,6 +363,7 @@ EXPORT
363363- (BOOL )overrideAudioOutputToSpeaker : (BOOL )on ;
364364 -(BOOL )routeAudioToBluetoth;
365365 -(BOOL )routeAudioToBuiltIn;
366+ -(void )handleIncomingPush;
366367#endif
367368
368369- (int )accountAdd : (SiprixAccData* _Nonnull)accData ;
Original file line number Diff line number Diff line change 1515 <dict >
1616 <key >hash2</key >
1717 <data >
18- /eqwAsjYWOpDYgx0QwfFndtGiRaij3DOttHQ6KK+dS4 =
18+ PNOrKsYHmfUHwvqKpButIQPsVRUsIsWe5pZZ/x07myY =
1919 </data >
2020 </dict >
2121 <key >Headers/SiprixCpp.h</key >
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'siprix_voip_sdk_macos'
7- s . version = '1.0.18 '
7+ s . version = '1.0.19 '
88 s . summary = 'Siprix VoIP SDK plugin for embedding voice and video communication.'
99 s . description = <<-DESC
1010Siprix VoIP SDK plugin for embedding voice and video communication (based on SIP/RTP protocols) into Flutter applications.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: MacOS implementation of the Siprix VoIP SDK plugin for embedding vo
33homepage : https://siprix-voip.com
44repository : https://github.com/siprix/FlutterPluginFederated/tree/main/siprix_voip_sdk_macos
55documentation : https://docs.siprix-voip.com
6- version : 1.0.18
6+ version : 1.0.19
77
88environment :
99 sdk : ^3.2.0
You can’t perform that action at this time.
0 commit comments