How to integrate LINE Planet
To integrate your application with LINE Planet, take the following steps:
- Generate an API key in LINE Planet Console.
- Implement your application client.
- Implement your application server callbacks.
Generate an API key in LINE Planet Console
Before implementing the integration of LINE Planet, you need to determine the following environment parameters and use them to generate the appropriate API key. For detailed information on parameters, see Development environment.
- LINE Planet environment
- Service ID
- Server callback URLs
- Web application domain (optional)
After determining the parameters, generate an API key in the LINE Planet Console.
Implement your application client
Tip
Make sure that you use a proper pair of API key and planet_base_url
. Development environment shows an example of using a proper pair of API key and planet_base_url
.
Implement your client by referring to the following repositories and documents:
- PlanetKit repositories
- PlanetKit quick starts
- 1-to-1 call flow
- Group call (conference) flow
- Code examples
- Demo app
Implement your application server callbacks
Implement your server callbacks by referring to the following documents: