5#ifndef SKYWAY_CORE_INTERFACE_LOCAL_MEDIA_STREAM_HPP_
6#define SKYWAY_CORE_INTERFACE_LOCAL_MEDIA_STREAM_HPP_
8#include <api/media_stream_interface.h>
10#include "skyway/core/interface/local_stream.hpp"
22 virtual rtc::scoped_refptr<webrtc::MediaStreamTrackInterface>
Track()
const = 0;
LocalPersonで扱うStream
Definition local_stream.hpp:17