Interface IVideoConferencingProvider
public interface IVideoConferencingProvider
- 
Method Summary
Modifier and TypeMethodDescriptionvoiddefault ExternalSystem.AuthKindgetConferenceInfo(BmContext context, Map<String, String> resourceSettings, ItemValue<ResourceDescriptor> resource, VEvent vevent) Optional<byte[]> getIcon()id()name() 
- 
Method Details
- 
id
String id() - 
name
String name() - 
getConferenceInfo
VideoConference getConferenceInfo(BmContext context, Map<String, String> resourceSettings, ItemValue<ResourceDescriptor> resource, VEvent vevent) throws ServerFault- Throws:
 ServerFault
 - 
deleteConference
 - 
getIcon
Optional<byte[]> getIcon() - 
getRequiredRoles
 - 
getAuthKind
 
 -