How to alaways show meetNumber in mymeetingactivity

Description
how to alaways show meetNumber on titile

Which version?
android

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. startInstantMeeting
  2. my meetingNumber is produced in MeetingStatus.MEETING_STATUS_INMEETING
  3. in mymeetingactivity when I get this number
  4. on which action is inMeetingService.getCurrentMeetingNumber I got number is 0

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: android
  • OS: [e.g. iOS8.1]
  • Version android 6

Additional context
Add any other context about the problem here.

Hi hjh22343,

Thanks for the post. Are you trying to get meeting number from other activity? Could you provide more information on this issue?

The getCurrentMeetingNumber method belongs to the InMeetingService, so it needs to be called after the meeting has been successfully started. If it returns 0, it means the meeting is either not successfully started or the meeting service is invalid.

Hope this helps. Thanks!

1 Like

thank you for your reply,I will try this

Thanks Carson!

Let us know if this works @hjh22343!

-Tommy