Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4131 | Rev 5837 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4131 Rev 5277
Línea 60... Línea 60...
60
                'type' => 2,
60
                'type' => 2,
61
                'start_time' => $start_time,
61
                'start_time' => $start_time,
62
                'duration' => $duration, 
62
                'duration' => $duration, 
63
                'password' => $password,
63
                'password' => $password,
64
                'timezone' => $timezone,
64
                'timezone' => $timezone,
-
 
65
                'settings' => [
-
 
66
                    'participant_video'=> 'true',
-
 
67
                    'auto_recording' => 'true',
-
 
68
                ]
65
            ];
69
            ];
66
        } else {
70
        } else {
67
            $json = [
71
            $json = [
68
                'topic' => $topic,
72
                'topic' => $topic,
69
                'agenda' => $agenda,
73
                'agenda' => $agenda,
Línea 86... Línea 90...
86
            'json' => $json,
90
            'json' => $json,
87
        ];
91
        ];
Línea 88... Línea 92...
88
        
92
        
89
            
-
 
90
        $response = $client->request('POST', '/v2/users/me/meetings', $request );
93
            
Línea -... Línea 94...
-
 
94
        $response = $client->request('POST', '/v2/users/me/meetings', $request );
-
 
95
        $statusCode = $response->getStatusCode() ;
-
 
96
        
-
 
97
        error_log('$statusCode = ' . $statusCode);
91
        
98
        
92
        $statusCode = $response->getStatusCode() ;
99
       
Línea 93... Línea 100...
93
        
100