name property

set name (String value)

Sets 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

set name(String value) => _name = value;