com.fivefaces.cloud.chat.MeetingService Maven / Gradle / Ivy
package com.fivefaces.cloud.chat;
import java.net.URISyntaxException;
public interface MeetingService {
String getToken() throws URISyntaxException;
void createMeeting();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy