Call the SDN API to change the topic of this room.
Future<String> setDescription(String newName) => client.setRoomStateWithKey( id, EventTypes.RoomTopic, '', {'topic': newName}, );