You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docusaurus/docs/Flutter/05-advanced/02-ringing.mdx
+1
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ a push notification is received.
93
93
- Replace `yourUserCredentialsGetMethod()` with your implementation to get logged in user credentials
94
94
- For `androidPushProvider` use the provider name created in [Step 2](#Step-2---Upload-the-Firebase-Credentials-to-Stream)
95
95
- For `iosPushProvider` use the provider name we will create later in [APN integration](#Integrating-APNs-for-iOS)
96
+
- Add app icon Asset in Xcode for displaying in CallKit screen dedicated button (named `IconMask` in the code below). [See details here](https://developer.apple.com/documentation/callkit/cxproviderconfiguration/2274376-icontemplateimagedata)
96
97
97
98
```dart
98
99
// As this runs in a separate isolate, we need to setup the app again.
Copy file name to clipboardexpand all lines: packages/stream_video_push_notification/CHANGELOG.md
+25
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
## Upcoming
2
+
3
+
✅ Added
4
+
5
+
*`incomingCallerNameOverride` and `incomingCallerHandlerOverride` to `StreamVideoPushParams` to allow customization of CallKit call screen
6
+
*`participantsAvatarBuilder` and `participantsDisplayNameBuilder` to `StreamOutgoingCallContent` and `StreamIncomingCallContent` to allow customiztion of Incoming and Outgoing call screens
0 commit comments