Same meeting join / start url for all meetings

Hi there,

We have created multiple meetings, but we have notice that we are gatting same join and start url for all meetings, please refer following examples for the details

Meeting #1

 {
"uuid": "[REDACTED]",
        "id": [REDACTED],
        "host_id": "[REDACTED]",
        "host_email": "[REDACTED]",
        "assistant_id": "",
        "topic": "test 1",
        "type": 2,
        "status": "waiting",
        "start_time": "[REDACTED]",
        "duration": 30,
        "timezone": "UTC",
        "agenda": "test ",
        "created_at": "2022-04-06T04:18:17Z",
        "start_url": "[REDACTED]?pwd=[REDACTED]",
        "password": "IIhsi4wy",
        "h323_password": "[REDACTED]",
        "pstn_password": "85016981",
        "encrypted_password": "ANKd5Q_15SnDOorUh0M6D_AvxMSPah.1",
        "pmi": "5780712337",
        "settings": {
            "host_video": true,
            "participant_video": true,
            "cn_meeting": true,
            "in_meeting": true,
            "join_before_host": true,
            "jbh_time": 0,
            "mute_upon_entry": false,
            "watermark": false,
            "use_pmi": true,
            "approval_type": 2,
            "audio": "voip",
            "auto_recording": "none",
            "enforce_login": false,
            "enforce_login_domains": "",
            "alternative_hosts": "",
            "alternative_host_update_polls": false,
            "close_registration": false,
            "show_share_button": false,
            "allow_multiple_devices": false,
            "registrants_confirmation_email": true,
            "waiting_room": false,
            "request_permission_to_unmute_participants": false,
            "registrants_email_notification": true,
            "meeting_authentication": false,
            "encryption_type": "enhanced_encryption",
            "approved_or_denied_countries_or_regions": {
                "enable": false
            },
            "breakout_room": {
                "enable": false
            },
            "alternative_hosts_email_notification": true,
            "device_testing": false,
            "focus_mode": false,
            "private_meeting": false,
            "email_notification": true
        },
        "pre_schedule": false
}

Meeting #2

{
        "uuid": "[REDACTED]=",
        "id": 78419931734,
        "host_id": "[REDACTED]",
        "host_email": "jovy@mirobotic.sg",
        "assistant_id": "",
        "topic": "test 2",
        "type": 2,
        "status": "waiting",
        "start_time": "2022-04-08T09:49:00Z",
        "duration": 30,
        "timezone": "UTC",
        "agenda": "test",
        "created_at": "2022-04-06T04:19:00Z",
        "start_url": "[REDACTED]",
        "join_url": "[REDACTED]
?pwd=ANKd5Q_15SnDOorUh0M6D_AvxMSPah.1",
        "password": "IIhsi4wy",
        "h323_password": "[REDACTED]",
        "pstn_password": "[REDACTED]",
        "encrypted_password": "[REDACTED]",
        "pmi": "5780712337",
        "settings": {
            "host_video": true,
            "participant_video": true,
            "cn_meeting": true,
            "in_meeting": true,
            "join_before_host": true,
            "jbh_time": 0,
            "mute_upon_entry": false,
            "watermark": false,
            "use_pmi": true,
            "approval_type": 2,
            "audio": "voip",
            "auto_recording": "none",
            "enforce_login": false,
            "enforce_login_domains": "",
            "alternative_hosts": "",
            "alternative_host_update_polls": false,
            "close_registration": false,
            "show_share_button": false,
            "allow_multiple_devices": false,
            "registrants_confirmation_email": true,
            "waiting_room": false,
            "request_permission_to_unmute_participants": false,
            "registrants_email_notification": true,
            "meeting_authentication": false,
            "encryption_type": "enhanced_encryption",
            "approved_or_denied_countries_or_regions": {
                "enable": false
            },
            "breakout_room": {
                "enable": false
            },
            "alternative_hosts_email_notification": true,
            "device_testing": false,
            "focus_mode": false,
            "private_meeting": false,
            "email_notification": true
        },
        "pre_schedule": false
    
}

as you can notice for both meetings, Join URL is same and start url is almost same

we are creating meeting using meeting API like below,

API POST https://api.zoom.us/v2/users/jovy@mirobotic.sg/meetings

Request:
{'topic': 'test 3', 'type': 2, 'start_time': '2022-04-08T09:00:00Z', 'duration': '30', 'schedule_for': '[REDACTED]', 'timezone': 'UTC', 'password': '[REDACTED]', 'agenda': 'test', 'settings': {'enable': True, 'host_video': True, 'cn_meeting': True, 'in_meeting': True, 'join_before_host': True, 'mute_upon_entry': False, 'registrants_confirmation_email': False, 'waiting_room': False, 'watermark': False, 'registrants_email_notification': True, 'use_pmi': True, 'rooms': None}}

due to this we cannot start perticular meeting because join url and start url both are same.
also on zoom app when we try to join meeting using meeting_id and password it says invalid meeting id. but if we use PMI then its working

please help on this.

Hi, @jovy,

Thank you for posting in the forum. That behavior is certainly strange. Can you share if this only happening for one user or multiple ?