Customizing a Notification Bar in a Meeting
This API is used to customize the meeting notification icon in the notification bar. Figure 1 shows the default icon.
Application Scenarios
The notification icon in the notification bar needs to be the same as the app icon.
Precautions
1. sdkConfig takes effect only when this configuration is passed during SDK initialization.
Sample Code
1 2 3 4 5 6 |
sdkConfig.setNotificationStrategy(new INotificationStrategy() { @Override public int resSmallIcon() { return R.mipmap.ic_launcher; } }); |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot