CourseGate::__construct()


Source

File: classes/CourseGate.php

	public function __construct() {

		add_dozent_action( 'enter_course', [ $this, 'enter_course' ] );
		add_filter( 'dozent_video_start_stream', [ $this, 'video_streaming_permission' ], 10, 2 );
	}