Sha256: 5d62d0fb7e853a325e6096fc27b56b0104b09b6a1e25d43adcc22351d9fc3a7a

Contents?: true

Size: 1.06 KB

Versions: 11

Compression:

Stored size: 1.06 KB

Contents

{
    "uuid": "someBase64str!ng",
    "id": 1234567890,
    "host_id": "test_user_id",
    "topic": "create webinar via rest api",
    "type": 5,
    "start_time": "2018-09-17T21:55:25Z",
    "duration": 60,
    "timezone": "America/New_York",
    "created_at": "2018-09-17T21:55:25Z",
    "start_url": "https://zoom.us/s/really_long_string_here",
    "join_url": "https://zoom.us/j/1234567890",
    "settings": {
        "host_video": false,
        "panelists_video": false,
        "approval_type": 2,
        "audio": "both",
        "auto_recording": "none",
        "enforce_login": false,
        "enforce_login_domains": "",
        "alternative_hosts": "",
        "close_registration": false,
        "show_share_button": true,
        "allow_multiple_devices": true,
        "practice_session": false,
        "hd_video": false,
        "question_and_answer": {
            "allow_anonymous_questions": true,
            "answer_questions": "all",
            "attendees_can_comment": true,
            "attendees_can_upvote": true,
            "enable": true
        }
    }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
zoom_rb-1.1.11 spec/fixtures/webinar/create.json
zoom_rb-1.1.10 spec/fixtures/webinar/create.json
zoom_rb-1.1.9 spec/fixtures/webinar/create.json
zoom_rb-1.1.8 spec/fixtures/webinar/create.json
zoom_rb-1.1.7 spec/fixtures/webinar/create.json
zoom_rb-1.1.6 spec/fixtures/webinar/create.json
zoom_rb-1.1.5 spec/fixtures/webinar/create.json
zoom_rb-1.1.4 spec/fixtures/webinar/create.json
zoom_rb-1.1.3 spec/fixtures/webinar/create.json
zoom_rb-1.1.2 spec/fixtures/webinar/create.json
zoom_rb-1.1.1 spec/fixtures/webinar/create.json