plutoless / eEducation

e-education solutions(Agora Reference Design)
184 stars 124 forks source link

How to Bypass the Landing Page and Directly Start Class. (eEducation Web) #182

Open infixedu opened 4 years ago

infixedu commented 4 years ago

From Laravel ERP to Big Class Room --

Overview -

in Laravel ERP ---- Click on Start Class -> Opens new Tab -> Lands in Big ClassRoom Page.

How can we skip the Landing page where we enter the Room Name & UserName & Room Type & User Role. we plan to pass all these values from our ERP.

srs888001 commented 4 years ago

You need to check the source code of our landing page and modify it by yourself.

At present, our landing page will interact with our background cloud service, and you need to handle this part of the process internally.