callkeep icon indicating copy to clipboard operation
callkeep copied to clipboard

iOS CallKit logo?

Open ghenry opened this issue 4 years ago • 10 comments

https://pub.dev/packages/flutter_ios_voip_kit

ghenry avatar Nov 11 '20 12:11 ghenry

@ghenry you mean the custom icon in the answering interface?

cloudwebrtc avatar Nov 11 '20 13:11 cloudwebrtc

Yeah, on the in call screen.

ghenry avatar Nov 11 '20 13:11 ghenry

I don’t see where I can set it. Should it be the default icon of the app?

cloudwebrtc avatar Nov 11 '20 13:11 cloudwebrtc

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

ghenry avatar Nov 11 '20 13:11 ghenry

They seem to have some other calls backs too?

ghenry avatar Nov 11 '20 13:11 ghenry

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',
      },

cloudwebrtc avatar Nov 11 '20 14:11 cloudwebrtc

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

ghenry avatar Nov 11 '20 14:11 ghenry

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

ghenry avatar Nov 11 '20 14:11 ghenry

Did you do this? Thanks.

ghenry avatar Dec 27 '20 09:12 ghenry

Hi there! Should there be additional settings for IOS? I can't make it run there, app crashes on display incoming call

rekonvald avatar Mar 06 '21 17:03 rekonvald