Need to know when the host leave the meeting on Android SDK

Hi,
If you want to customize the alert message, you can do something like the following, take our demo app as an example

  1. Navigate to the res>values>strings.xml
  2. Inside the <resources> tag, add the following line:
    <string name="zm_msg_meeting_end">Something you want to show</string>

This will change the alert message. If you want to get the event handler for this OK button, we don’t have such interface for this.

Thanks!