[+] 重启终端、创建会议、进入会议
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.acgist.taoyao.webrtc.sfu.config;
|
||||
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
/**
|
||||
* SFU自动配置
|
||||
*
|
||||
* @author acgist
|
||||
*/
|
||||
@Configuration
|
||||
@ConditionalOnProperty(prefix = "taoyao.webrtc", name = "model", havingValue = "SFU", matchIfMissing = true)
|
||||
public class SfuAutoConfiguration {
|
||||
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
com.acgist.taoyao.webrtc.sfu.config.SfuAutoConfiguration
|
||||
Reference in New Issue
Block a user