entryPoints property

List<EntryPoint>? entryPoints
getter/setter pair

Information about individual conference entry points, such as URLs or phone numbers. All of them must belong to the same conference. Either conferenceSolution and at least one entryPoint, or createRequest is required.

Implementation

core.List<EntryPoint>? entryPoints;