@Bean
@Scope("prototype")
WebRtcContentSessionImpl webRtcContentSessionImpl(
WebRtcContentHandler handler, ContentSessionManager manager,
AsyncContext asyncContext, String contentId) {
return new WebRtcContentSessionImpl(handler, manager, asyncContext,
contentId);
}