name property

String? name
getter/setter pair

The name of the conference.

This is an optional field. If not provided, the conference ID will be used as the name. Note: This parameter is only effective when creating a conference.

Implementation

String? name;