callkeep
callkeep copied to clipboard
iOS CallKit logo?
https://pub.dev/packages/flutter_ios_voip_kit
@ghenry you mean the custom icon in the answering interface?
Yeah, on the in call screen.
I don’t see where I can set it. Should it be the default icon of the app?
Great docs:
https://github.com/masashi-sutou/flutter_ios_voip_kit#no-icon-is-displayed-on-the-incoming-call-screen-when-locked
https://github.com/masashi-sutou/flutter_ios_voip_kit/blob/fa209c5fe949576df3611141854f91839bf0b583/ios/Classes/CallKitCenter.swift#L36 https://github.com/masashi-sutou/flutter_ios_voip_kit/blob/fa209c5fe949576df3611141854f91839bf0b583/ios/Classes/CallKitCenter.swift#L56
They seem to have some other calls backs too?
Should only need to add imageName
in the options of setup method.
https://github.com/flutter-webrtc/callkeep/blob/master/ios/Classes/CallKeep.m#L589
https://github.com/flutter-webrtc/callkeep/blob/master/example/lib/main.dart#L282
'ios': {
'appName': 'CallKeepDemo',
'imageName': 'AppIcon-VoIPKit',
},
Ah, great. Is there any Apple guidance of how to make the icon and res?
On Wed, 11 Nov 2020 at 14:11, CloudWebRTC [email protected] wrote:
Should only need to add imageName in the options of setup method.
https://github.com/flutter-webrtc/callkeep/blob/master/ios/Classes/CallKeep.m#L589
https://github.com/flutter-webrtc/callkeep/blob/master/example/lib/main.dart#L282
'ios': { 'appName': 'CallKeepDemo', 'imageName': 'AppIcon-VoIPKit', },
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/flutter-webrtc/callkeep/issues/26#issuecomment-725444792, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABG66GICCPI4AKNPM7RIQ3SPKLSJANCNFSM4TR6YCNA .
-- Kind Regards,
Gavin Henry. Managing Director.
T +44 (0) 330 44 50 000 D +44 (0) 330 44 55 007 M +44 (0) 7930 323266 F +44 (0) 1224 824887 E [email protected]
Open Source. Open Solutions(tm).
http://www.suretecsystems.com/
Suretec Systems is a limited company registered in Scotland. Registered number: SC258005. Registered office: 24 Cormack Park, Rothienorman, Inverurie, Aberdeenshire, AB51 8GL.
Subject to disclaimer at http://www.suretecgroup.com/disclaimer.html
Looks like this is it:
https://developer.apple.com/documentation/callkit/cxproviderconfiguration/2274376-icontemplateimagedata
and then
https://github.com/masashi-sutou/flutter_ios_voip_kit#no-icon-is-displayed-on-the-incoming-call-screen-when-locked
On Wed, 11 Nov 2020 at 14:11, CloudWebRTC [email protected] wrote:
Should only need to add imageName in the options of setup method.
https://github.com/flutter-webrtc/callkeep/blob/master/ios/Classes/CallKeep.m#L589
https://github.com/flutter-webrtc/callkeep/blob/master/example/lib/main.dart#L282
'ios': { 'appName': 'CallKeepDemo', 'imageName': 'AppIcon-VoIPKit', },
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/flutter-webrtc/callkeep/issues/26#issuecomment-725444792, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABG66GICCPI4AKNPM7RIQ3SPKLSJANCNFSM4TR6YCNA .
-- Kind Regards,
Gavin Henry. Managing Director.
T +44 (0) 330 44 50 000 D +44 (0) 330 44 55 007 M +44 (0) 7930 323266 F +44 (0) 1224 824887 E [email protected]
Open Source. Open Solutions(tm).
http://www.suretecsystems.com/
Suretec Systems is a limited company registered in Scotland. Registered number: SC258005. Registered office: 24 Cormack Park, Rothienorman, Inverurie, Aberdeenshire, AB51 8GL.
Subject to disclaimer at http://www.suretecgroup.com/disclaimer.html
Did you do this? Thanks.
Hi there! Should there be additional settings for IOS? I can't make it run there, app crashes on display incoming call